I'm trying to change the URL with AngularJS, but not with a redirect, just change the URL after an event.
What I need is this:
www.myurl.com/inbox/1
to this www.myurl.com/inbox/25
In other words, just change the last Id.
I'm trying to do this:
$location.path('/inbox/'+id);
But what I'm getting is this:
www.myurl.com/inbox/1#/inbox/25