I want a simple paging control that updates the url, what is the ideal way to do this in angularjs?
ie:
http://www.site.com/widget/#/which/4
<a> Next </a>
For this, when Next link is clicked i want to update the url (and navigate to):
http://www.site.com/widget/#/which/5
1 Answer