Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Files

Latest commit

author
SamGraber
Mar 25, 2016
22e3a33 · Mar 25, 2016

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.