Is there a way to prevent Angular from changing the hash part of the URL?
I still want to be able to navigate from one controller+view to another, though. However, I specifically do not want the user to be able to go to a specific page in Angular. The user should only be able to open the first, main, controller+view. I also would like to make sure the history is not modified either.