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
I have a pagination widget like http://materializecss.com/pagination.html in a website and when the user clicks on it to change the page, I just change an attribute from $route.query (page) and reload an ajax with the data. The problem is that the user is left without a proper anchor for the current page with the current data, as $route.query is not updated in the path.
It would be nice if those two were kept on sync.
franciscolourenco, lmk123, msemikin, Chi-teck, am1stad and 18 more