Skip to content

A directive that allows your site to load faster by only rendering a module after it is visible in the viewport.

Notifications You must be signed in to change notification settings

ivomota/ng-lazy-render

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-lazy-render

A set of directives to help using lazy-rendering techniques easily.

lazy-module directive

Use this directive as an attribute if you want to delay the rendering of a module until visible in the viewport.

lazy-repeater directive

Use this directive as an attribute if you want a repeater (ng-repeat) to grow as the user scrolls down.

About

A directive that allows your site to load faster by only rendering a module after it is visible in the viewport.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%