Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 356 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 356 Bytes

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.