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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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.