AngularJS: unnecessary routing and the hash sign
2015, Jan 17
If you are using AngularJS for something different from a Single Page Application, probably you are not using the built-in routing functionality. In this case, don’t add the ngRoute dependency to your app , or it will always try to handle your #hashes (and most probably your web app won’t work).
Cheers!