remove profile

This commit is contained in:
Ivan Socolsky 2014-12-01 14:44:36 -03:00
commit 14cb044990
3 changed files with 40 additions and 1 deletions

View file

@ -87,6 +87,10 @@ angular.module('copayApp.services')
});
};
root.deleteProfile = function (cb) {
$rootScope.iden.remove(null, cb);
};
root.deleteWallet = function(w, cb) {
$rootScope.iden.deleteWallet(w.id, cb);
};