various style and wording fixes

This commit is contained in:
Manuel Araoz 2014-04-29 18:20:44 -03:00
commit a9eb53e90f
4 changed files with 13 additions and 5 deletions

View file

@ -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;