fix incomplete wallet process
This commit is contained in:
parent
2354a46bed
commit
b6bcc57cfd
8 changed files with 96 additions and 141 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue