mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Chrome] Bootstrap Angular into document.body (#15158)
This commit is contained in:
parent
b81fd782c7
commit
f343059597
1 changed files with 1 additions and 1 deletions
|
@ -48,5 +48,5 @@ translationsApi(chrome, internals);
|
|||
|
||||
chrome.bootstrap = function () {
|
||||
chrome.setupAngular();
|
||||
angular.bootstrap(document, ['kibana']);
|
||||
angular.bootstrap(document.body, ['kibana']);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue