Skip to content

Commit 4433cf4

Browse files
committed
Update README.md
1 parent edb1730 commit 4433cf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Add script in <script src="path-to-script/lazy-scroll.min.js"></script
1212

1313
Step 3:
1414
Ensure that your application module specifies lazy-scroll as a dependency.
15+
var app = angular.module("yourModule",['lazy-scroll']);
1516

1617
Step 4:
1718
Use the directive by specifying an lazy-scroll attribute on an element.

0 commit comments

Comments
 (0)