Merge pull request #4420 from gabrielbazan7/fix/WalletTap

fix : can't scroll without changing the wallet
This commit is contained in:
Matias Alejo Garcia 2016-06-15 16:37:51 -03:00 committed by GitHub
commit 6d9bc56144
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<ul class="pr">
<li ng-show="sidebar.wallets[0]"
ng-repeat="item in sidebar.wallets track by $index" ng-class="{'selected': item.id == index.walletId}" class="nav-item"
menu-toggle href ui-sref="walletHome" on-touch="sidebar.switchWallet(item.id, index.walletId)">
menu-toggle href ui-sref="walletHome" on-tap="sidebar.switchWallet(item.id, index.walletId)">
<div class="avatar-wallet" ng-style="{'background-color':item.color}">
<i class="icon-wallet size-21"></i>
</div>