My $routeProvider is configured like this:
$routeProvider
teachApp.config([\'$routeProvider\', \'$locationProvider\', function($routeProvider, $locationProvi
You can also use # in your URLs.
http://localhost/teach/#/overview
This will not send a request to the server and will instead be intercepted by the Angular $routeProvider.