This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-30 15:14:16 -03:00
parent fb5aa65d15
commit 3f187c216d
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 1 deletions

View File

@ -129,8 +129,8 @@ angular.module('copayApp.controllers').controller('joinController',
ongoingProcess.set('joiningWallet', true);
$timeout(function() {
profileService.joinWallet(opts, function(err) {
ongoingProcess.set('joiningWallet', false);
if (err) {
ongoingProcess.set('joiningWallet', false);
self.error = err;
$rootScope.$apply();
return;