Fix spinner while creating wallet
This commit is contained in:
parent
0852250a8e
commit
0dae7b9b82
2 changed files with 4 additions and 2 deletions
|
|
@ -176,7 +176,10 @@ angular.module('copayApp.controllers').controller('createController',
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
go.walletHome();
|
$timeout(function() {
|
||||||
|
go.walletHome();
|
||||||
|
$rootScope.$apply();
|
||||||
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
}, 100);
|
}, 100);
|
||||||
|
|
|
||||||
|
|
@ -115,7 +115,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
||||||
var fc = profileService.focusedClient;
|
var fc = profileService.focusedClient;
|
||||||
if (!fc) return;
|
if (!fc) return;
|
||||||
|
|
||||||
ongoingProcess.clear();
|
|
||||||
self.cleanInstance();
|
self.cleanInstance();
|
||||||
self.loadingWallet = true;
|
self.loadingWallet = true;
|
||||||
self.setSpendUnconfirmed();
|
self.setSpendUnconfirmed();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue