lrInfiniteScroll
lrInfiniteScroll copied to clipboard
directive to register handler when an element is scrolled down near its end http://lorenzofox3.github.io/lrInfiniteScroll/index.html
I needed for my app to support full page scrolling so I've modified your directive to support "target" attribute. (Sorry I don't have time to do a PR). The following...
Would be great if this was made into a bower package, and also if the documentation was added to.
Im using this plugin, works great. but it's also triggering loadMoreRecords function on horizontal scroll just for ONCE.
In my tests handler always evaluated to noop, so the function never got called. To get it working without an isolate scope, I used $apply() directly in the promise timeout...
Added attribute for inverse scrolling.
Is it possible to start in the middle of a list and scroll both up and down?
module looks great- thank you. Having difficulty `getting element.bind('scroll', function () {` working. Module loads and line read; scrolling does not trigger function though. Can't get any element scrolling to...