angular-scroll-events

(all events are logged to the console)






    <h1 scroll-up="log('scroll up')">↑ Scroll Up</h1>
  

↑ Scroll Up






    <h1 scroll-down="log('scroll down')">↓ Scroll Down</h1>
  

↓ Scroll Down






    <h1 scroll-up="log('scroll up')" scroll-down="log('scroll down')">↓↑ Scroll Up or Down</h1>
  

↓↑ Scroll Up or Down