add confirmation message before deleting

This commit is contained in:
Manuel Araoz 2014-07-21 16:31:46 -03:00
commit e7847208f7
2 changed files with 2 additions and 2 deletions

View file

@ -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() {