Merge pull request #3974 from cmgustavo/bug/go-home-after-uri-payment

Fixes select wallet using URI payment
This commit is contained in:
Matias Alejo Garcia 2016-03-09 08:16:19 -03:00
commit be2f2466d3

View file

@ -45,6 +45,7 @@ angular.module('copayApp.controllers').controller('paymentUriController',
this.selectWallet = function(wid) {
var self = this;
profileService.setAndStoreFocus(wid, function() {});
go.walletHome();
$timeout(function() {
$rootScope.$emit('paymentUri', self.bitcoinURI);
}, 1000);