Added page and controller to select wallet

This commit is contained in:
Matias Pando 2014-11-03 18:02:21 -03:00
commit bacea69cb3
6 changed files with 97 additions and 2 deletions

View file

@ -14,7 +14,8 @@ angular.module('copayApp.controllers').controller('UriPaymentController', functi
$rootScope.pendingPayment = new bitcore.BIP21(bitcoinURI);
$timeout(function() {
$location.path('/send');
console.log('Redirecting to /paymentIntent');
$location.path('/paymentIntent');
}, 1000);