fix some event handlers
This commit is contained in:
parent
5d8b83823a
commit
67fd6344dd
7 changed files with 52 additions and 14 deletions
|
|
@ -19,8 +19,9 @@ angular.module('copayApp.controllers').controller('ProfileController', function(
|
|||
identityService.deleteWallet(w, function(err) {
|
||||
$scope.loading = false;
|
||||
if (err) {
|
||||
log.warn(err);
|
||||
copay.logger.warn(err);
|
||||
}
|
||||
$scope.setWallets();
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue