applied noFraction filter in controller

This commit is contained in:
Ivan Socolsky 2014-12-02 15:37:43 -03:00
commit 9628bbd222
2 changed files with 4 additions and 3 deletions

View file

@ -50,7 +50,7 @@
'green' : btx.action == 'received',
'red': btx.action == 'sent',
'gray': btx.action == 'moved'}" ng-show="btx.alternativeAmount != null">
{{btx.alternativeAmount| noFractionNumber}} {{$root.wallet.settings.alternativeIsoCode}}
{{btx.alternativeAmount}} {{$root.wallet.settings.alternativeIsoCode}}
</span>
</div>
</div>