Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 354 Bytes

File metadata and controls

12 lines (9 loc) · 354 Bytes

Lazy Load

Component for conditionally showing content. With this component, the content will not render until it is first shown. Afterward the initial render it will hide and show using ng-show.

Usage

<rl-lazy-load show=""> ... </rl-lazy-load>

Options

show

This expression determines whether the content should show or hide.