I have an application that uses angularjs and ui-router for routing.
One of my urls is: http://www.nadpco.com/#/NewsDetails?cat=4&id=2871
In some another where, my url will be like this:
http://www.nadpco.com/#/NewsDetails?cat=4&id=2871
Note that & is added to second url.
Now I want when user clicks the second url, ui-router, route to correct url.
How can I do this.
Thanks.