You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are more than two pages available and a user clicks on "Older items" link, Pepyatka will load older entries however URL won't be changed. As a result if she refreshes a page Pepyatka will lose that page and will render the very first one.
If there are more than two pages available and a user clicks on "Older items" link, Pepyatka will load older entries however URL won't be changed. As a result if she refreshes a page Pepyatka will lose that page and will render the very first one.
Emberjs has query-params feature available in canary builds (pull request for the reference: emberjs/ember.js#3182, however it's not a part of 1.3 release) and there are instructions how to use it: http://emberjs.com/guides/routing/query-params/.
We can introduce query parameter "page" like it's done in will_paginate Rails module.
The text was updated successfully, but these errors were encountered: