mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
This commit is contained in:
parent
9d761ee3e7
commit
f32aeffa5f
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ module.directive('mlJobGroupSelect', function () {
|
|||
.catch((error) => {
|
||||
console.log('Could not load groups from calendars', error);
|
||||
this.populateSelectedGroups(this.jobGroups);
|
||||
})
|
||||
.then(() => {
|
||||
$scope.$applyAsync();
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue