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

Commit

Permalink
fix(ui.date module): add [] to create module
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Mar 1, 2013
1 parent bcb1fd9 commit 8581ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion date.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@param [ui-date] {object} Options to pass to $.fn.datepicker() merged onto ui.config
*/

angular.module('ui.date')
angular.module('ui.date', [])

.constant('uiDateConfig', {})

Expand Down

0 comments on commit 8581ede

Please sign in to comment.