Replace parseBitcoinURI with bitcore implementation
This commit is contained in:
parent
acf2deb87a
commit
b19a0daa64
6 changed files with 19 additions and 34 deletions
|
|
@ -6,8 +6,5 @@ angular.module('copayApp.controllers').controller('HomeController',
|
|||
controllerUtils.redirIfLogged();
|
||||
|
||||
$scope.loading = false;
|
||||
if ($rootScope.pendingPayment) {
|
||||
notification.info('Login Required', 'Please open wallet to complete payment');
|
||||
}
|
||||
$scope.hasWallets = (walletFactory.getWallets() && walletFactory.getWallets().length > 0) ? true : false;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue