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

🚀 Version 2 #107

Closed thenikso closed 8 years ago

thenikso commented 8 years ago

This is a complete rewrite of the directive 💥

The goal is to have a better implementation while maintaining all the current features and possibly add new ones. This cleaner implementation could also greatly simplify a possible future port to angular 2.

PRs are welcome! Check the develop branch

You can try out the current beta by installing it with:

npm install angular-inview@beta

🌴 please try it and write here some feedback on what do you think is missing or not working!