mharris717 / ember-cli-pagination

Pagination Addon for Ember CLI
MIT License
272 stars 116 forks source link

Ember 2.0 deprecates ArrayController #141

Closed chrsvl closed 8 years ago

chrsvl commented 9 years ago

Hi there,

I updated my ember version to 2.0 and noticed that ArrayControllers are being deprecated. Will ember-cli-pagination work with regular Controllers? Thanks in advance!

benoittgt commented 9 years ago

+1

broerse commented 9 years ago

Yes it will. Just use Components and it works.

https://github.com/broerse/ember-cli-blog/blob/master/app/templates/posts.hbs https://github.com/broerse/ember-cli-blog/blob/master/app/components/blog-posts.js

chrsvl commented 9 years ago

Thank you!

acorncom commented 9 years ago

@chrsvl Should we close this issue?

broerse commented 9 years ago

@acorncom Yes help Mike close issues! :+1:

DylanLukes commented 8 years ago

The example doesn't necessarily work for remote pagination. Not sure this should be closed just yet...

chrsvl commented 8 years ago

Yes close it ;)