add wallet change events
This commit is contained in:
parent
1f7d9a99b4
commit
26b58fd9ed
5 changed files with 78 additions and 32 deletions
|
|
@ -54,7 +54,8 @@ Error: {{addrError}}
|
|||
<span ng-show="!generatingAddress" copy-to-clipboard="addr">{{addr}}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item item-text-wrap" ng-style="{'height' : '200px'}">
|
||||
<wallets only-complete="false"></wallets>
|
||||
<!-- <div class="item item-text-wrap" ng-style="{'height' : '200px'}">
|
||||
<ion-slides class="slides" options="options" slider="data.slider">
|
||||
<ion-slide-page ng-repeat="item in wallets track by $index" >
|
||||
<div class="list card">
|
||||
|
|
@ -74,6 +75,6 @@ Error: {{addrError}}
|
|||
</div>
|
||||
</ion-slide-page>
|
||||
</ion-slides>
|
||||
</div>
|
||||
</div> -->
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue