ui-scroll icon indicating copy to clipboard operation
ui-scroll copied to clipboard

Unlimited bidirectional scrolling over a limited element buffer for AngularJS applications

Results 16 ui-scroll issues
Sort by recently updated
recently updated
newest added

The story of inline and float-left elements is still not over. Just run [this demo](http://rawgit.com/angular-ui/ui-scroll/master/demo/examples/windowviewportInline.html) and try to scroll up.

I am trying to use great ui-scroll module inside one of the components. This is a (surprise!) list, but i need to show it both inside window (no viewport) or...

Based on issue https://github.com/angular-ui/ui-scroll/issues/220. 1. Visibility-watcher feature might be optional. 2. When a row height is fixed, the performance could be improved.

The rows we are displaying are complex and thus the digest cycles are pretty expensive. By profiling some of the code, we figured out that isElementVisible triggers many browser style...

I just ran into an interesting issue with grid layout. When effectiveHeight() is called in order to determine whether more data needs to be loaded, it calculates the bottom position...

This is required mainly after I scroll down a few pages. Then drag the scroll thumb all the way to the top. The scroller can skip all the intermediate requests....

Is not an issue but I've been playing with this directive and I'd like to apply it when users scroll horizontally, load DOM elements while users scroll to the right....

enhancement

Hi all! Sorry, but I have another question about how the plugin works. I have a div as "ui-scroll-viewport", with a custom height, and inside it a table, something like...

When the first item in list is partially visible, refreshing the page causes scrolling to the first item entirely visible. For example, when using [https://rawgit.com/angular-ui/ui-scroll/master/demo/persistentScroll/persistentScroll.html](url), we can make "Item 2"...

I discovered a problem using $window.scrollTo(). When using this function to trigger scroll events everything works fine as long as the scroller doesn't need to request new data from the...