Skip to content

Commit

Permalink
fix shim
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Oct 16, 2019
1 parent 1946b6b commit 21d173c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/graph/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function graph(kibana) {
main: 'plugins/graph/index',
},
styleSheetPaths: resolve(__dirname, 'public/index.scss'),
hacks: ['plugins/graph/hacks/toggle_app_link_in_nav', 'plugins/graph/index'],
hacks: ['plugins/graph/hacks/toggle_app_link_in_nav'],
home: ['plugins/graph/register_feature'],
mappings,
migrations,
Expand Down
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/graph/public/render_app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function createLocalPersistedStateModule() {

function createLocalKbnUrlModule() {
angular
.module('graphKbnUrl', ['graphPrivate'])
.module('graphKbnUrl', ['graphPrivate', 'ngRoute'])
.service('kbnUrl', (Private: IPrivate) => Private(KbnUrlProvider));
}

Expand Down

0 comments on commit 21d173c

Please sign in to comment.