Skip to content

Commit

Permalink
Use ui alias to require ui-bootstrap in the webpackShim.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Jul 5, 2016
1 parent 90ed824 commit b556ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpackShims/ui-bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define(function (require) {
require('angular');
require('../src/ui/public/angular-bootstrap/ui-bootstrap-tpls');
require('ui/angular-bootstrap/ui-bootstrap-tpls');

return require('ui/modules')
.get('kibana', ['ui.bootstrap'])
Expand Down

0 comments on commit b556ccc

Please sign in to comment.