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');
|
return actions.hasOwnProperty('create');
|
||||||
};
|
};
|
||||||
|
|
||||||
// Startup events
|
this.bindTouchDown();
|
||||||
$timeout(function() {
|
this.setAddress();
|
||||||
self.bindTouchDown();
|
this.setSendFormInputs();
|
||||||
self.setAddress();
|
|
||||||
self.setSendFormInputs();
|
|
||||||
}, 50);
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue