Fix join
This commit is contained in:
parent
fb5aa65d15
commit
3f187c216d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue