ux and ui modifications

This commit is contained in:
Gabriel Bazán 2016-02-18 16:26:02 -03:00
commit 037e4d18fc
4 changed files with 59 additions and 62 deletions

View file

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