I am using angular 1.5.8 and I have noticed that all of my states (routes) have a hash (# ) after the domain.
For example:
mydomain.com/#/profile
After searching I found results explaining how to get rid of this hash, but I couldn't find an explanation to it's existence.
Why does that hash exist? Should I get rid of it? And if so why?
Thank you !