Added page and controller to select wallet
This commit is contained in:
parent
f1005625dd
commit
bacea69cb3
6 changed files with 97 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue