Skip to content

shabeeb/lazy-scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

lazy-scroll

lazy-scroll Angularjs plugin for infinate scrolling

How to use lazy-scroll in simple 4 steps

Step 1: Download above script (lazy-scroll.min.js)

Step 2: Add script in <script src="path-to-script/lazy-scroll.min.js"></script>

Step 3: Ensure that your application module specifies lazy-scroll as a dependency.

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

<div lazy-scroll="paginationFuntion()" lazy-scroll-trigger="40" >

Thats it . For more details check demo and API documentation here lazy-scroll

About

lazy-scroll Angularjs plugin for infinate scrolling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published