I\'m using angularJS to build a simple single page application using AJAX, but I\'m running into a problem when users use the native back button.
angularJS
an
if your parameter 'id' in the route contains any character that is being decoded during the http request (like ' ' => '%20') then your route will not work. try to perform encodeURIComponent() on your string before using it for the routing.