Skip to content

Commit ea62953

Browse files
committed
Merge pull request #1 from dmartinho/master
Update ng-drag-scroll.js to be ready to use
2 parents baf21dd + c64d911 commit ea62953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng-drag-scroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'use strict';
33

44
angular
5-
.module('ng-drag-scroll')
5+
.module('ng-drag-scroll', [])
66
.directive('dragScroll', DragScroll);
77

88
DragScroll.$inject = ['$document', '$window', '$parse'];

0 commit comments

Comments
 (0)