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.
Preventing page reload when we try to reload the same page without empty hash at the end of URL #11160
Closed
Description
With latest fixes for (4b3a590, #10397, #10960), now if we click on a link to go to the same page, page is not getting reloaded. Instead a empty hash tag is getting appended at the end.
If I am on dummy.com/page1#/abc and I click on a link with href "page1" then angular is not reloading the page. I get new link as dummy.com/page1#
Even "otherwise" in $routeProvider is not working in this case.