Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(datepickerPopup): register popup module.
  • Loading branch information
aitboudad committed Apr 5, 2016
commit cf18423e27879aa53bbc6ca1225969831ed298dd
1 change: 1 addition & 0 deletions src/datepickerPopup/index-nocss.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require('../datepicker/index-nocss.js');
require('../position/index-nocss.js');
require('../../template/datepickerPopup/popup.html.js');
require('./popup.js');

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

Expand Down