rm home link

This commit is contained in:
matiu 2017-09-09 21:17:46 -03:00
commit f224f6112d
3 changed files with 8 additions and 18 deletions

View file

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

View file

@ -14,6 +14,13 @@
<span translate>BTC Wallets</span>
</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">
<span class="assertive" >{{error}}</span>
</div>
@ -23,6 +30,7 @@
</div>
<div>
<div ng-repeat="wallet in wallets track by $index"
class="item item-sub item-icon-left item-big-icon-left item-button-right wallet"
>

View file

@ -11,10 +11,6 @@
on-refresh="onRefresh()">
</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">
<i class="item icon big-icon-svg">
<img src="img/icon-update.svg" class="bg"/>