ember-cli-pagination
ember-cli-pagination copied to clipboard
You are able to navigate to an invalid page number
So I am paginating my users page and my per_page
is 15. So let's say you only have 5 user... You should only be able to get to page 1. If you have 16 users you should be able to get to page 1 and 2. But if you add page=45
to the url, that will work and just take you to a blank page. Should really just redirect you back to a valid page.
Thanks! This is a very old issue. @mharris717 this is the old 666 bug. I was under the impression that you solved this more than a year ago. Willing to help solve this. See it in action:
http://bloggr.exmer.com/posts?page=666&query=
Any update on this???