You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix($browser): prevent infinite digests when clearing the hash of a url
By retaining a trailing `#` character in the URL we ensure that the browser
does not attempt a reload, which in turn allows us to read the correct
`location.href` value.
Closesangular#9635
0 commit comments