mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
This commit is contained in:
parent
8c94fa579d
commit
8c60f1d28d
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