Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 164811a

Browse files
fedykwesleycho
authored andcommitted
fix(tooltip): missed dependency for cjs
Closes #5999
1 parent 1de58a3 commit 164811a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modal/index-nocss.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ require('./modal');
55

66
var MODULE_NAME = 'ui.bootstrap.module.modal';
77

8-
angular.module(MODULE_NAME, ['ui.bootstrap.modal', 'uib/template/modal/backdrop.html', 'uib/template/modal/window.html']);
8+
angular.module(MODULE_NAME, ['ui.bootstrap.modal', 'uib/template/modal/window.html']);
99

1010
module.exports = MODULE_NAME;

0 commit comments

Comments
 (0)