thenikso / angular-inview

AngularJS directive to check if a DOM element is in the browser viewport.
http://thenikso.github.io/angular-inview/
MIT License
480 stars 112 forks source link

Fix initial state check #110

Closed thenikso closed 8 years ago

thenikso commented 8 years ago

Starting from #109 this PR adds a timeout to the initial check event.

This should let the application render before checking the inview state of elements.