rm async
This commit is contained in:
parent
4128782979
commit
d2c96e9611
1 changed files with 3 additions and 6 deletions
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue