I want to keep the query string while navigating:
http://localhost/#/test/page1?param=123
My navigation links are as follows:
<a ng-href="test/page2>
When I click the link, the url changes to: http://localhost/#/test/page2 and the query string is removed.
Question: how can I keep the query?
<a ng-href="test/page1?param=123">?$locationChangeStartcallback and add querystring to URL