Merge pull request #311 from JDonadio/fix/wallet-icon
Use correct icon on wallet widget
This commit is contained in:
commit
b98887b2fe
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@
|
|||
<ion-slide-page ng-repeat="wallet in wallets track by $index">
|
||||
<div class="card" ng-click="slider.slideTo($index)">
|
||||
<div class="item item-icon-left text-right">
|
||||
<i class="icon ion-briefcase size-21" ng-style="{'color':wallet.color}"></i>
|
||||
<i class="icon big-icon-svg">
|
||||
<img src="img/icon-wallet.svg" ng-style="{'background-color': wallet.color}" class="bg"/>
|
||||
</i>
|
||||
<span>{{wallet.name || wallet.id}}</span>
|
||||
<span class="item-note m10l" ng-show="wallet.n > 1 && wallet.isComplete()">
|
||||
{{wallet.m}}-of-{{wallet.n}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue