add confirmation message before deleting
This commit is contained in:
parent
1d6e4b897f
commit
e7847208f7
2 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,6 @@ angular.module('copayApp.controllers').controller('HeaderController',
|
|||
};
|
||||
|
||||
$scope.deleteWallet = function() {
|
||||
alert('delete');
|
||||
var w = $rootScope.wallet;
|
||||
w.disconnect();
|
||||
walletFactory.delete(w.id, function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue