Questions tagged [ui-scroll]

AngularJS directive that enhances user interface scrolling experience by implementing infinite scroll functionality on a confined element buffer.

Syntax for ng-repeat utilizing angular-ui-scroll with (key, value)

I am currently exploring ways to improve the performance of a large table that I am rendering. During my research, I stumbled upon an intriguing solution called angular-ui-scroll which I am eager to experiment with. In order to populate my table, I am uti ...

The functionality of angular-ui's ui-utils and ui-scroll module is currently nonfunctional in version 0.1.0

I have been trying to implement the features from this Angular UI library: http://angular-ui.github.io/ui-utils/, particularly focusing on this aspect: https://github.com/angular-ui/ui-utils/blob/master/modules/scroll/README.md Unfortunately, despite my e ...