fix karma by @matiu
This commit is contained in:
parent
c122cb3488
commit
18034fd643
4 changed files with 41 additions and 15 deletions
|
|
@ -120,7 +120,7 @@ angular.module('copayApp.services')
|
|||
};
|
||||
|
||||
root.deleteWallet = function(w, cb) {
|
||||
$rootScope.iden.deleteWallet(w.id, cb);
|
||||
$rootScope.iden.deleteWallet(w.getId(), cb);
|
||||
};
|
||||
|
||||
root.isFocused = function(wid) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue