mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
going back to $rootScope.$broadcast (#14784)
This commit is contained in:
parent
743706e55c
commit
02d6566632
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ uiModules
|
|||
$scope.$watch('vis.initialized', $scope.fetch);
|
||||
|
||||
$scope.fetch();
|
||||
$scope.$emit('ready:vis');
|
||||
$scope.$root.$broadcast('ready:vis');
|
||||
}
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue