Skip to content

btm1/angular-virtual-scroll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-virtual-scroll

Source for the sf.virtualScroll module for AngularJS

Intended as a replacement for ng-repeat for large collections of data and contains different solutions to the problem.

The current version doesn't contain the full-featured repeat directive. It is being developed as part of a blog series at stackfull and only contains code for the published articles.

Developing

To run the simple demo, install the npm dependencies for the build tools and go:

npm install
./node_modules/.bin/grunt demo
open http://localhost:8000/demo/

Build with grunt dist and choose a file from the dist directory.

Using the component

For use with bower, there is a separate repo containing just the built artifacts here: angular-virtual-scroll-bower. You can add the component to your project with:

bower install angular-virtual-scroll

Or by adding a line to your component.json file.

If you are using grunt for your build, consider using a plugin like bowerful.

All comments to paul@stackfull.com

About

Source for the sf.virtualScroll module for AngularJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published