Fix UI delete wallets
This commit is contained in:
parent
6d9bc56144
commit
610c116d7a
4 changed files with 12 additions and 18 deletions
|
|
@ -5,7 +5,7 @@ angular.module('copayApp.controllers').controller('confirmationController', func
|
|||
$scope.ok = function() {
|
||||
$scope.loading = true;
|
||||
$scope.okAction();
|
||||
$scope.cancel();
|
||||
$scope.confirmationModal.hide();
|
||||
};
|
||||
|
||||
$scope.cancel = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue