isolated scope - wallets filtered from controller
This commit is contained in:
parent
afb7386ec2
commit
19419526e4
6 changed files with 55 additions and 67 deletions
|
|
@ -34,7 +34,8 @@
|
|||
<span ng-show="generatingAddress">...</span>
|
||||
<span ng-show="!generatingAddress" copy-to-clipboard="addr">{{addr}}</span>
|
||||
</div>
|
||||
<wallets ng-if="hasWallet" only-complete="true"></wallets>
|
||||
|
||||
<wallets ng-if="wallets[0]" wallets="wallets"></wallets>
|
||||
</div>
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue