This commit is contained in:
Gabriel Bazán 2016-02-15 12:50:21 -03:00
commit 26cbf211f5
4 changed files with 73 additions and 20 deletions

View file

@ -55,7 +55,6 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
self.setAddress();
self.setSendFormInputs();
}
$log.debug('Cleaning WalletHome Instance');
lodash.each(self, function(v, k) {
if (lodash.isFunction(v)) return;