Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 460 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 460 Bytes

AngularJS directive whenOnScreen

Directive whenOnScreen triggers evaluation of given angular expression when the element enters visible screen area.

Usage

<el ... when-on-screen="something()"></el>

See index.html in source repository or http://plnkr.co/edit/t0MszlolwrgpxGxrZvig?p=preview for a complete example.

Repository

[email protected]:pnu/angular-when-on-screen.git

Installation

bower install angular-when-on-screen --save