rm home link
This commit is contained in:
parent
7349e8237a
commit
f224f6112d
3 changed files with 8 additions and 18 deletions
|
|
@ -592,20 +592,6 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
// TODO remove
|
|
||||||
.state('tabs.scan', {
|
|
||||||
url: '/cashScan2',
|
|
||||||
views: {
|
|
||||||
'tab-home@tabs': {
|
|
||||||
controller: 'cashScanController',
|
|
||||||
templateUrl: 'views/cashScan.html'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* Addressbook
|
* Addressbook
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,13 @@
|
||||||
<span translate>BTC Wallets</span>
|
<span translate>BTC Wallets</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="item" ng-if="(!wallets || !wallets[0]) && !nonBIP44">
|
||||||
|
<span class="assertive" >No wallets elegible for Bitcoin Cash support</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="item" ng-if="error">
|
<div class="item" ng-if="error">
|
||||||
<span class="assertive" >{{error}}</span>
|
<span class="assertive" >{{error}}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -23,6 +30,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
<div ng-repeat="wallet in wallets track by $index"
|
<div ng-repeat="wallet in wallets track by $index"
|
||||||
class="item item-sub item-icon-left item-big-icon-left item-button-right wallet"
|
class="item item-sub item-icon-left item-big-icon-left item-button-right wallet"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,6 @@
|
||||||
on-refresh="onRefresh()">
|
on-refresh="onRefresh()">
|
||||||
</ion-refresher>
|
</ion-refresher>
|
||||||
|
|
||||||
TODO Remove:
|
|
||||||
<a class="button button-standard button-primary" ui-sref="tabs.scan" translate>Scan your wallets for Bitcoin Cash</a>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="list card release ng-hide" ng-show="newRelease">
|
<div class="list card release ng-hide" ng-show="newRelease">
|
||||||
<i class="item icon big-icon-svg">
|
<i class="item icon big-icon-svg">
|
||||||
<img src="img/icon-update.svg" class="bg"/>
|
<img src="img/icon-update.svg" class="bg"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue