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

Commit

Permalink
fix(datepickerPopup): specify dependency on datepicker
Browse files Browse the repository at this point in the history
- Specify dependency on datepicker module

Closes #5954
  • Loading branch information
christianzzz authored and wesleycho committed Jun 3, 2016
1 parent b0466d9 commit 4fef037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datepickerPopup/index-nocss.js
Expand Up @@ -5,6 +5,6 @@ require('./popup.js');

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

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

module.exports = MODULE_NAME;

0 comments on commit 4fef037

Please sign in to comment.