Bug fixes
This commit is contained in:
parent
f86a75160f
commit
401490df5e
10 changed files with 140 additions and 160 deletions
|
|
@ -194,7 +194,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
};
|
||||
|
||||
$scope.cancel = function() {
|
||||
$modalInstance.close();
|
||||
$modalInstance.dismiss('cancel');
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue