ember-keyset-pagination
v4.0.0
Published
An ember-cli addon to page ember data ManyArray objects.
Downloads
15
Keywords
Readme
Ember-keyset-pagination
Note 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.
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
ember server
- Visit your app at http://localhost:4200/tests.
Building
ember build
Deploy to npm
npm version major|minor|patch
npm login
npm publish