I have a single page application that really just has one single page. There\'s just the one view that has lots of javascript/ajax logic done with angularjs, but there\'s no
If you don't have a $routeProvider defined, there will be no routing, and therefore no hash in your url.
$routeProvider