Show Add wallet and close buttons if there are not wallets in profile

This commit is contained in:
Gustavo Maximiliano Cortez 2015-01-16 03:29:01 -03:00
commit 7a4e3565a8

View file

@ -8,8 +8,8 @@
</div>
</header>
<div class="scroll-section">
<ul class="sidebar-mobile-wallets oh off-canvas-list m10b" ng-show="wallets[0]">
<li
<ul class="sidebar-mobile-wallets oh off-canvas-list m10b">
<li ng-show="wallets[0]"
ng-repeat="item in wallets track by $index"
ng-class="{'selected': item.id == $root.wallet.id}"
class="nav-item" ng-click="switchWallet(item.id)" >