Merge pull request #1662 from matiaspando/error/uriPayment

Path changed
This commit is contained in:
Matias Alejo Garcia 2014-10-31 17:41:43 -03:00
commit 8566e3371b

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