ui-scroll
ui-scroll copied to clipboard
Unlimited bidirectional scrolling over a limited element buffer for AngularJS applications
Currently, when an element is marked with `ui-scroll-viewport`, the `Viewport` constructor forces the element to have a `overflow-y` property with value `auto`. In the project I work on, we need...
I believe in current implementation if you add items via append / prepend / applyUpdates operations on adapter all those new rows would end up being added to buffer /...
In ui-router controller, datasource need to be resolved. Can I have a demo? thx.
I'm wondering if anyone has been able to make this module work using page #/page size API calls? The API i'm plugging into requires these instead of index & offset....
I ran into a weird issue where the list to be scrolled started to _jump_ around crazily when new data was loaded (See here: https://github.com/parklab/refinery-platform/issues/852) and I figured out that...
This issue is a duplicate one from old repo: https://github.com/Hill30/NGScroller/issues/71. Here is a useful topic on stackoverflow: http://stackoverflow.com/questions/19235832/outerheighttrue-does-not-include-margins.