We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb1730 commit 4433cf4Copy full SHA for 4433cf4
README.md
@@ -12,6 +12,7 @@ Add script in <script src="path-to-script/lazy-scroll.min.js"></script
12
13
Step 3:
14
Ensure that your application module specifies lazy-scroll as a dependency.
15
+ var app = angular.module("yourModule",['lazy-scroll']);
16
17
Step 4:
18
Use the directive by specifying an lazy-scroll attribute on an element.
0 commit comments