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.