An ember-cli addon to page ember data ManyArray objects.
npm install ember-keyset-paginationNote that the paginate array extension won’t work with findAll requests. You can use query instead with an empty query. See, Ember Data Issue #2905.
* git clone this repository
* npm install
* bower install
* ember server
* Visit your app at http://localhost:4200.
* ember server
* Visit your app at http://localhost:4200/tests.
* ember build
* npm version major|minor|patch
* npm login
* npm publish