extend rate services to retrieve historic rates

This commit is contained in:
Ivan Socolsky 2014-11-26 18:51:59 -03:00
commit 3eb45e529f
3 changed files with 50 additions and 13 deletions

View file

@ -47,6 +47,7 @@
'text-warning': btx.action == 'sent',
'text-gray': btx.action == 'moved'}">
<b>{{btx.amount| noFractionNumber}} {{$root.wallet.settings.unitName}}</b>
<b ng-show="btx.alternativeAmount >= 0">{{btx.alternativeAmount| noFractionNumber}} {{$root.wallet.settings.alternativeIsoCode}}</b>
</div>
</div>