[Chrome] Bootstrap Angular into document.body (#15158)

This commit is contained in:
Søren Louv-Jansen 2017-11-28 19:44:33 +01:00 committed by GitHub
parent b81fd782c7
commit f343059597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,5 +48,5 @@ translationsApi(chrome, internals);
chrome.bootstrap = function () {
chrome.setupAngular();
angular.bootstrap(document, ['kibana']);
angular.bootstrap(document.body, ['kibana']);
};