view source
Virtual Scroll for AngularJS
vsRepeat directive stands for Virtual Scroll Repeat. It turns a standard ngRepeated set of elements in a scrollable container into a component, where the user thinks he has all the elements rendered and all he needs to do is scroll (without any kind of pagination – which most users loath) and at the same time the browser isn’t overloaded by that many elements/angular bindings etc.
Advertisement