
AngularJS directive to make elements stick when scrolling down.
Features:
- Allows use of an offset so elements can be stuck to eg. 50px from the top of the browser
- Recalculates element position on page load and on window resize
- Clean: No external CSS or jQuery required, and it only adds the classes you specify.