Show error when selecting a not ready wallet
This commit is contained in:
parent
fef82e8697
commit
36692f4269
2 changed files with 7 additions and 4 deletions
|
|
@ -132,9 +132,6 @@ angular.module('copayApp.controllers').controller('addressbookController', funct
|
|||
else {
|
||||
$scope.gettingAddress = true;
|
||||
$scope.selectedWalletName = walletName;
|
||||
$timeout(function() {
|
||||
$scope.$apply();
|
||||
});
|
||||
|
||||
addressService.getAddress(walletId, false, function(err, addr) {
|
||||
$scope.gettingAddress = false;
|
||||
|
|
@ -148,6 +145,9 @@ angular.module('copayApp.controllers').controller('addressbookController', funct
|
|||
$scope.cancel();
|
||||
});
|
||||
}
|
||||
$timeout(function() {
|
||||
$scope.$apply();
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue