Skip to content

Commit 57e1429

Browse files
committed
Add scroll-events dependency to the main module definition
1 parent 8911e16 commit 57e1429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datetime-input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Datetime directive (date and time input element)
55
*/
6-
angular.module('g1b.datetime-inputs', []).
6+
angular.module('g1b.datetime-inputs', ['g1b.scroll-events']).
77
directive('datetimeInput', ['$document', '$timeout', function ($document, $timeout) {
88
return {
99
restrict: 'E',

0 commit comments

Comments
 (0)