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.
2 parents baf21dd + c64d911 commit ea62953Copy full SHA for ea62953
src/ng-drag-scroll.js
@@ -2,7 +2,7 @@
2
'use strict';
3
4
angular
5
- .module('ng-drag-scroll')
+ .module('ng-drag-scroll', [])
6
.directive('dragScroll', DragScroll);
7
8
DragScroll.$inject = ['$document', '$window', '$parse'];
0 commit comments