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');
};
// Startup events
$timeout(function() {
self.bindTouchDown();
self.setAddress();
self.setSendFormInputs();
}, 50);
this.bindTouchDown();
this.setAddress();
this.setSendFormInputs();
});