Remove wallet preferences from App Settings and change the route to be able to use inside wallet Details (within tab-home)
This commit is contained in:
parent
5896dac9b7
commit
fc5f6cfa65
5 changed files with 31 additions and 56 deletions
|
|
@ -100,21 +100,21 @@
|
|||
<i class="icon bp-arrow-right"></i>
|
||||
</a>
|
||||
|
||||
<div class="item item-divider" ng-show="walletsBch[0]">{{'Bitcoin Cash (BCH)' | translate}}</div>
|
||||
<!--<div class="item item-divider" ng-show="walletsBch[0]">{{'Bitcoin Cash (BCH)' | translate}}</div>-->
|
||||
|
||||
<a class="item item-icon-left item-icon-right" href
|
||||
ui-sref="tabs.preferences({'walletId': wallet.id})"
|
||||
ng-repeat="wallet in walletsBch track by $index">
|
||||
<span ng-include="'views/includes/walletListSettings.html'"></span>
|
||||
</a>
|
||||
<!--<a class="item item-icon-left item-icon-right" href-->
|
||||
<!--ui-sref="tabs.preferences({'walletId': wallet.id})"-->
|
||||
<!--ng-repeat="wallet in walletsBch track by $index">-->
|
||||
<!--<span ng-include="'views/includes/walletListSettings.html'"></span>-->
|
||||
<!--</a>-->
|
||||
|
||||
<div class="item item-divider" ng-show="walletsBtc[0]">{{'Bitcoin Core (BTC)' | translate}}</div>
|
||||
<!--<div class="item item-divider" ng-show="walletsBtc[0]">{{'Bitcoin Core (BTC)' | translate}}</div>-->
|
||||
|
||||
<a class="item item-icon-left item-icon-right" href
|
||||
ui-sref="tabs.preferences({'walletId': wallet.id})"
|
||||
ng-repeat="wallet in walletsBtc track by $index">
|
||||
<span ng-include="'views/includes/walletListSettings.html'"></span>
|
||||
</a>
|
||||
<!--<a class="item item-icon-left item-icon-right" href-->
|
||||
<!--ui-sref="tabs.preferences({'walletId': wallet.id})"-->
|
||||
<!--ng-repeat="wallet in walletsBtc track by $index">-->
|
||||
<!--<span ng-include="'views/includes/walletListSettings.html'"></span>-->
|
||||
<!--</a>-->
|
||||
|
||||
<div class="item item-divider" ng-show="bitpayAccounts || buyAndSellServices[0]">{{'Integrations' | translate}}</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<button class="button back-button" ng-click="startSearch(); openSearchModal()" ng-if="txHistory.length > 4">
|
||||
<i class="icon ion-ios-search-strong tx-search"></i>
|
||||
</button>
|
||||
<button class="button" ng-click="openSettings();">
|
||||
<button class="button" ng-click="openWalletSettings();">
|
||||
<i class="icon ion-android-settings"></i>
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue