fix sweep paper wallet flag - fix sweep process

This commit is contained in:
Javier 2016-09-08 19:50:18 -03:00
commit e16e93e408
5 changed files with 121 additions and 76 deletions

View file

@ -5,7 +5,7 @@
<i class="icon ion-ios-arrow-thin-left"></i>
</ion-nav-back-button>
</ion-nav-bar>
<ion-content>
<ion-content ng-controller="preferencesAdvancedController">
<div class="list">
<div class="item item-divider">
</div>
@ -13,7 +13,7 @@
<span translate>Wallet Information</span>
<i class="icon nav-item-arrow-right"></i>
</a>
<a class="item item-icon-right" ng-show="index.network == 'livenet'" ui-sref="tabs.preferences.paperWallet">
<a class="item item-icon-right" ng-show="network == 'livenet'" ui-sref="tabs.preferences.paperWallet">
<span translate>Sweep paper wallet</span>
<i class="icon nav-item-arrow-right"></i>
</a>