add wallet change events

This commit is contained in:
Javier 2016-08-23 12:57:58 -03:00
commit 26b58fd9ed
5 changed files with 78 additions and 32 deletions

View file

@ -1,7 +1,7 @@
<div class="wallets" ng-show="wallets[0]">
<div class="wallets" ng-show="content.wallets[0]">
<ion-slides class="slides" slider="data.slider">
<ion-slide-page ng-repeat="wallet in wallets track by $index">
<div ng-show="wallets[0]" class="item item-icon-left">
<ion-slide-page ng-repeat="wallet in content.wallets track by $index">
<div class="item item-icon-left">
<i class="icon ion-briefcase size-21" ng-style="{'color':wallet.color}"></i>
{{wallet.name || wallet.id}}
<span class="item-note" ng-show="wallet.n > 1 && wallet.isComplete()">

View file

@ -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>

View file

@ -18,6 +18,7 @@
<div class="item item-divider">
Preferences
</div>
<wallets></wallets>
<div class="list">
<div class="item item-icon-left" href ui-sref="settings.language">
<i class="icon ion-ios-chatbubble-outline"></i>