Path changed

This commit is contained in:
Matias Pando 2014-10-31 17:40:11 -03:00
commit a1b465f92c

View file

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