Merge pull request #61 from JDonadio/fix/wallet-incomplete

Fix incomplete wallet process
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-06 15:19:30 -03:00 committed by GitHub
commit da4945cc15
8 changed files with 96 additions and 141 deletions

View file

@ -40,7 +40,7 @@
</div>
<a ng-repeat="wallet in wallets track by $index"
class="item item-icon-left item-big-icon-left item-icon-right"
ui-sref="tabs.details({'walletId': wallet.id})">
ng-click="openWallet(wallet)">
<i class="icon big-icon-svg">
<img src="img/icon-wallet.svg" ng-style="{'background-color': wallet.color}"/>
</i>