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 for #102 #133

Closed farshad9037 closed 7 years ago

farshad9037 commented 7 years ago

Fix for thenikso#102 Issues:

IE 11 not triggering in-view method if click and drag the scrollbar as well as using 'ctrl+end'. Fixed using vanillaJS addEventListener with 'useCapture' parameter 'true'

thenikso commented 7 years ago

This broke a test, can you figure out why @farshad9037 ?

farshad9037 commented 7 years ago

I am trying to figure it out @thenikso