https://github.com/hazeeb/infinite-scroll
Fetches new image grid and infinite scrolling.
https://github.com/hazeeb/infinite-scroll
angularjs angularmaterial nginfinitescroll
Last synced: about 1 year ago
JSON representation
Fetches new image grid and infinite scrolling.
- Host: GitHub
- URL: https://github.com/hazeeb/infinite-scroll
- Owner: hazeeb
- Created: 2016-10-16T06:35:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-29T08:05:50.000Z (over 9 years ago)
- Last Synced: 2025-01-10T15:23:06.447Z (about 1 year ago)
- Topics: angularjs, angularmaterial, nginfinitescroll
- Language: JavaScript
- Homepage:
- Size: 456 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Infinite scroll
This is a simple angular application,that fetches data from an array and gives you never ending scrolling experience.
This website use [Angular Material Design](https://github.com/angular/material) for its layout and components.
Array consists 12 images, which are repeating random while you scroll down.
This project is generated with [yo angular generator](https://github.com/yeoman/generator-angular)
version 0.15.1.
Yeoman helps to kickstart new projects, prescribing best practices and tools to help you stay productive.
[ngInfiniteScroll](https://sroze.github.io/ngInfiniteScroll/) is a directive that you can use to implement infinite scrolling in your AngularJS applications.
## Demo
You can see the demo [here](http://hazeeb.me/lab/infinite-scroll/)
## Build & development
Run `grunt` for building and `grunt serve` for preview.
## Testing
Running `grunt test` will run the unit tests with karma.