ux and ui modifications
This commit is contained in:
parent
284c47bf49
commit
037e4d18fc
4 changed files with 59 additions and 62 deletions
|
|
@ -51,10 +51,13 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
var disableFocusListener = $rootScope.$on('Local/NewFocusedWallet', function() {
|
||||
self.addr = null;
|
||||
self.resetForm();
|
||||
$rootScope.$emit('Local/Searching', false);
|
||||
|
||||
if (profileService.focusedClient) {
|
||||
self.setAddress();
|
||||
self.setSendFormInputs();
|
||||
}
|
||||
|
||||
$log.debug('Cleaning WalletHome Instance');
|
||||
lodash.each(self, function(v, k) {
|
||||
if (lodash.isFunction(v)) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue