We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8911e16 commit 57e1429Copy full SHA for 57e1429
src/datetime-input.js
@@ -3,7 +3,7 @@
3
/**
4
* Datetime directive (date and time input element)
5
*/
6
-angular.module('g1b.datetime-inputs', []).
+angular.module('g1b.datetime-inputs', ['g1b.scroll-events']).
7
directive('datetimeInput', ['$document', '$timeout', function ($document, $timeout) {
8
return {
9
restrict: 'E',
0 commit comments