remove timeout value
This commit is contained in:
parent
effd8658f2
commit
2d393afd4e
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ angular.module('copayApp.directives')
|
|||
$state.go('tabs.send').then(function() {
|
||||
$timeout(function() {
|
||||
$state.transitionTo('tabs.send.addressbook', {addressbookEntry: bitcoinAddress});
|
||||
}, 10);
|
||||
});
|
||||
});
|
||||
}, 100);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue