This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$location injection causes / insertion after hash on page refresh when not in html5mode #8675
Closed
Description
When not in html5mode, and using a URL of the format example.com/example#param=params
, refreshing the page will automatically cause the URL to be rerouted to example.com/example#/param=params
. In the particular case I am encountering, angular isn't being used for routing at all, and this functionality is undesired.
Related to #4608.