angular-vs-repeat
angular-vs-repeat copied to clipboard
Virtual Scroll for AngularJS ngRepeat directive
Hello, i tried the directive in my ionic app. I made a simple test with this code: ``` {{item.name}} ``` The list data are downloaded from the server. I tried...
Hi, I'm facing with a $digest loop on some laptops with resolution 1080p and windows zoom of 150%. it results in a digest loop: 10 $digest() iterations reached. Aborting! Watchers...
hi, i really like this project! it works excellent on vertical and horizontal lists. but in my case the layout is "tiles", i achieve this by applying float left on...
While looking for a solution to "even/odd" styling referenced in this other issue https://github.com/kamilkp/angular-vs-repeat/issues/14 I ran across the param `$$options.hunked` in the code that seems to offer a fix to...
With this code, I don't see the element compiled: ``` html ``` Vs-repeat can compile directives inside ng-repeat?
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Anyone try to integrate ui-sortable with this plug-in?
**Support ng-hide for virtualized tree lists** I wanted to use vs-repeat in a tree list, where a hierarchical structure is rendered as a list, and nodes are expanded and collapsed...
I have a number of nested directives using transclude to pass the final content of the scroller in. At the time compile runs the content due to the compile function...
The scope value is not accessible or value empty inside a div which has col-md class. Please refer plunker https://plnkr.co/edit/T6Xy3KhuRXBn4MZoLq5K?p=preview. Please remove `> {{item.text}}` line to reproduce the issue.