fix list address

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-11 02:31:37 -03:00
commit 90e94cb42f
5 changed files with 13 additions and 45 deletions

View file

@ -12,7 +12,7 @@
<span ng-if="btx.action == 'received'">+</span><span ng-if="btx.action == 'sent'">-</span>{{btx.amount}}
{{$root.wallet.settings.unitName}}
</div>
<div class="size-18 m5t text-gray">
<div class="size-18 m5t text-gray" ng-show="btx.alternativeAmount">
{{btx.alternativeAmount}} {{$root.wallet.settings.alternativeIsoCode}}
</div>
</div>