angular-vs-repeat
angular-vs-repeat copied to clipboard
Virtual Scroll for AngularJS ngRepeat directive
The process isn't brilliant - for some reason, when the maps pass through both babel *and* uglify, the line numbers seem to get a bit screwy. Each transform on its...
Hi, I tried to import the package in my app but it is throwing the following error: ERROR in ./~/angular-vs-repeat/dist/angular-vs-repeat.min.js **Module build failed:** ReferenceError: Unknown plugin "@babel/plugin-proposal-optional-chaining" specified in "/Users/*/**/node_modules/angular-vs-repeat/.babelrc"...
See example here: https://codepen.io/szalapski/pen/RjErZV Steps to reproduce: 1. Load the example at https://codepen.io/szalapski/pen/RjErZV . Notice the bottom section scrolls well, showing all 1000 items. 2. Scroll back to the top...
The console warning shown [here](https://github.com/kamilkp/angular-vs-repeat/blob/master/src/angular-vs-repeat.js#L652) is usually very useful, but sometimes we want to suppress it (like in production). This PR: - adds `showConsoleDebug` option, which hides the console warnings...
I went to check the demo page if i'm using the new options correctly, but it's still using the old way and an old version.
## Problem If you are using a tool to bundle such as https://github.com/ck86/main-bower-files for bundling packages, `angular-vs-repeat` will be bundled before `angular`. This obviously causes errors, and the directive is...
In some cases it would be useful to be able to turn off vs-repeat functionality. I mean to conditionally show all elements as if vs-repeat didn't work. An example use...
I am building a generic component library that could possibly benefit using vsRepeat. The issue is dependencies if existing project uses an older vsRepeat and needs my component library which...
hi, i am trying to display result 2 in each row that would be ( width:50% and float:left ) here is an example of my issue in [jsfiddle](https://jsfiddle.net/3eqwx6wf/33/) you will...
as of https://github.com/bower/spec/blob/master/json.md#main (was my mistake, sorry)