various style and wording fixes
This commit is contained in:
parent
1f2d050700
commit
a9eb53e90f
4 changed files with 13 additions and 5 deletions
|
|
@ -12,6 +12,11 @@ angular.module('copay.controllerUtils')
|
|||
return trusted;
|
||||
};
|
||||
|
||||
$rootScope.getWalletDisplay = function() {
|
||||
var w = $rootScope.wallet;
|
||||
return w && (w.name || w.id);
|
||||
};
|
||||
|
||||
root.logout = function() {
|
||||
console.log('### DELETING WALLET'); //TODO
|
||||
$rootScope.wallet = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue