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);
|
ongoingProcess.set('joiningWallet', true);
|
||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
profileService.joinWallet(opts, function(err) {
|
profileService.joinWallet(opts, function(err) {
|
||||||
|
ongoingProcess.set('joiningWallet', false);
|
||||||
if (err) {
|
if (err) {
|
||||||
ongoingProcess.set('joiningWallet', false);
|
|
||||||
self.error = err;
|
self.error = err;
|
||||||
$rootScope.$apply();
|
$rootScope.$apply();
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue