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

Commit a887d2b

Browse files
mhchenwesleycho
authored andcommitted
fix(modal): missing require in modal
- Fix incorrect require of css instead of position module Closes #5786
1 parent bba3f27 commit a887d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modal/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
require('../position');
12
require('../stackedMap');
23
require('../../template/modal/backdrop.html.js');
34
require('../../template/modal/window.html.js');
45
require('./modal');
5-
require('../position/position.css');
66

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

0 commit comments

Comments
 (0)