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

https://github.com/minutebase/mb-infinite-scroll

WiP - bidirectional infinite scroll plugin for Ember CLI apps
https://github.com/minutebase/mb-infinite-scroll

Last synced: 10 months ago
JSON representation

WiP - bidirectional infinite scroll plugin for Ember CLI apps

Awesome Lists containing this project

README

          

# mb-infinite-scroll

Use [Smoke and Mirrors](https://github.com/runspired/smoke-and-mirrors) instead, this is just a stopgap while that isn't working on Ember 2.0 and I don't intend to maintain it.

## Installation

* `git clone` this repository
* `npm install`
* `bower install`

## Running

* `ember server`
* Visit your app at http://localhost:4200.

## Running Tests

* `ember test`
* `ember test --server`

## Building

* `ember build`

For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).