hide wallets preferences if no wallet

This commit is contained in:
Gabriel Bazán 2016-09-30 16:16:36 -03:00
parent 1b86f78328
commit f867bfc268
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
<i class="icon nav-item-arrow-right"></i>
</a>
<div class="item item-divider" translate>Wallets Preferences</div>
<div class="item item-divider" ng-show="wallets[0]" translate>Wallets Preferences</div>
<a class="item item-icon-left item-icon-right" href
ui-sref="tabs.preferences({'walletId': item.id})"
ng-repeat="item in wallets track by $index">