angular-vs-repeat icon indicating copy to clipboard operation
angular-vs-repeat copied to clipboard

Virtual Scroll for AngularJS ngRepeat directive

Results 107 angular-vs-repeat issues
Sort by recently updated
recently updated
newest added

Fixes #158 - "$digest already in progress" when already had a digest cycle in the same resize/scroll event from a different place.

Hi guys, For some reason horizontal vs is not working for me. I see all directive's inserts like $vs_collection in DOM, but when I also see there all 200 items...

Hi, I'm using angular-vs-repeat on my app, but I got this error : $digest already in progress issue... This appear in firefox browser when you resize the window. I found...

This lib worked pretty well on mobile and desktop browsers although performance really degrades when I tried to use it on ipad. With some googling I could see that it...

Currently, angular does not run digest cycle after executing `vsScrolledToEnd` method. This PR adds `$scope.$apply()` to run digest cycle after `vsScrolledToEnd`

I'm using an html table and have a thead which contains multiple tr's. The tr's represent the table header. How can I get this vs-repeat directive to allow for multi...

Greetings for everyone! I have tree table with expandable rows to display tree data. Some of the data items can have very much child items(~3000) and it results to performance...

We now have to fix our height in pixels and apply an overflow to make the virtual repeat work. It would be nice to add a feature to the vs-repeat...

We have a table that ng-repeats tbody (so that we can have 2 rows per tbody) The vs-repeat directive gives the error 'no ng-repeat directive on a child element' when...

In previous versions there was the vsScrollSetting attribute that had the scrollIndex property to go to a particular item. But this feature was removed in newer versions and there is...