This commit is contained in:
Matias Alejo Garcia 2015-05-11 15:25:42 -03:00
commit d2c96e9611

View file

@ -859,10 +859,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
return actions.hasOwnProperty('create'); return actions.hasOwnProperty('create');
}; };
// Startup events this.bindTouchDown();
$timeout(function() { this.setAddress();
self.bindTouchDown(); this.setSendFormInputs();
self.setAddress();
self.setSendFormInputs();
}, 50);
}); });