hidden balance feature refactor
This commit is contained in:
parent
12b3808ade
commit
e73091ae46
4 changed files with 11 additions and 13 deletions
|
|
@ -727,5 +727,9 @@ angular.module('copayApp.services')
|
|||
}, 'createdOn']);
|
||||
};
|
||||
|
||||
root.setHideBalanceFlag = function(walletId) {
|
||||
root.wallet[walletId].balanceHidden = !root.wallet[walletId].balanceHidden;
|
||||
}
|
||||
|
||||
return root;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue