Replace parseBitcoinURI with bitcore implementation

This commit is contained in:
Yemel Jardi 2014-08-13 15:10:37 -03:00
commit b19a0daa64
6 changed files with 19 additions and 34 deletions

View file

@ -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;
});