Angular - HTTP/3xx, (, , IE9 ). :
URL
:
URI U3C - 4.1.
Edit:
(, , ) , HTML5. :
history.replaceState("", document.title, window.location.pathname + window.location.search)
replaceState Mozilla.
- , IE . google , IE10 , , :
window.location.hash = ""
, #, hey, it IE.
:
if("replaceState" in history)
history.replaceState("", document.title, window.location.pathname + window.location.search)
else
window.location.hash = ""