hide balance on wallet selector

This commit is contained in:
Gabriel Bazán 2016-12-12 15:02:09 -03:00
parent 9bc82d8ed7
commit 4eab26dd1f
1 changed files with 2 additions and 1 deletions

View File

@ -7,9 +7,10 @@
<img src="img/icon-wallet.svg" ng-style="{'background-color': wallet.color}" class="bg"/>
</i>
<span class="wallet-name">{{wallet.name || wallet.id}}</span>
<span class="item-note m10l">
<span class="item-note m10l" ng-if="!wallet.balanceHidden">
{{wallet.status.availableBalanceStr}}
</span>
<span class="item-note m10l" ng-if="wallet.balanceHidden" translate>[Balance Hidden]</span>
</div>
</div>
</ion-slide-page>