mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
the initial creation of the kibana module needs to be done via the modules component
This commit is contained in:
parent
eac4792247
commit
dfd8822fad
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ define(function (require) {
|
|||
var CbQueue = require('utils/cb_queue');
|
||||
var configFile = require('config_file');
|
||||
|
||||
var kibana = angular.module('kibana', [
|
||||
var kibana = modules.get('kibana', [
|
||||
// list external requirements here
|
||||
'elasticsearch',
|
||||
'pasvaz.bindonce',
|
||||
|
@ -60,7 +60,7 @@ define(function (require) {
|
|||
$(function () {
|
||||
angular
|
||||
.bootstrap(document, ['kibana'])
|
||||
.invoke(function ($rootScope, $route) {
|
||||
.invoke(function () {
|
||||
$(document.body).children().show();
|
||||
cb();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue