I\'m stucked with problem. I have a directive for infinite-scroll where I listen for scroll
event. The problem is that scroll event is only fired when I\'m bind
I have created a fiddle for you here: http://jsfiddle.net/ADukg/4831/
The interesting thing is that I used your exact code, and everything seems to trigger fine (see all the littered console.log()
calls). I suspect your problem has to do with your CSS styling though, as without the right use of overflow, I could not get the scroll event to trigger.