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.
I am having a html page with a angular with angular controller in seperate file. I am bootstrapping in this html page and i have other plain javascript also where I am trying to set the location.hash with a button click. For me hash value in the page url is coming as #/myhash. If i remove angular bootstraping it come correct as #myash. Is there any way to prevent it ? Am I missing something ? Why is bootstrapping making it wrong ?