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

Commit 4fef037

Browse files
christianzzzwesleycho
authored andcommitted
fix(datepickerPopup): specify dependency on datepicker
- Specify dependency on datepicker module Closes #5954
1 parent b0466d9 commit 4fef037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/datepickerPopup/index-nocss.js

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

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

8-
angular.module(MODULE_NAME, ['ui.bootstrap.datepickerPopup', 'uib/template/datepickerPopup/popup.html']);
8+
angular.module(MODULE_NAME, ['ui.bootstrap.datepickerPopup', 'uib/template/datepickerPopup/popup.html', 'ui.bootstrap.module.datepicker']);
99

1010
module.exports = MODULE_NAME;

0 commit comments

Comments
 (0)