An open API service indexing awesome lists of open source software.

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.

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.