add timeout to fix settings saving
This commit is contained in:
parent
87ea157c57
commit
3210c87ec1
2 changed files with 6 additions and 3 deletions
|
|
@ -160,6 +160,7 @@ angular.module('copayApp.controllers').controller('CreateProfileController', fun
|
|||
$scope.error = 'Please enter the required fields';
|
||||
return;
|
||||
}
|
||||
|
||||
$scope.saveSettings(function(err) {
|
||||
preconditions.checkState(!err, err);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue