fix list address
This commit is contained in:
parent
7e67fd1d00
commit
90e94cb42f
5 changed files with 13 additions and 45 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
<div class="text-right">
|
||||
<a class="close-reveal-modal" ng-click="cancel()">Close</a>
|
||||
<a class="close-reveal-modal" ng-click="close()">Close</a>
|
||||
</div>
|
||||
|
||||
<div class="text-center" ng-init="isComplete = item.isComplete(); networkName = item.getNetworkName()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue