fixes SHARED Wallet status, and refresh until it changes
This commit is contained in:
parent
139adb9974
commit
3b5387fb70
7 changed files with 103 additions and 35 deletions
|
|
@ -47,12 +47,12 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
self.setAddress(true);
|
||||
});
|
||||
|
||||
var disableFocusListener = $rootScope.$on('Local/NewFocusedWallet', function() {
|
||||
var disableFocusListener = $rootScope.$on('Local/NewFocusedWalletReady', function() {
|
||||
self.addr = null;
|
||||
self.resetForm();
|
||||
$scope.search = '';
|
||||
|
||||
if (profileService.focusedClient) {
|
||||
if (profileService.focusedClient && rofileService.focusedClient.isComplete) {
|
||||
self.setAddress();
|
||||
self.setSendFormInputs();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue