Turning on HTML 5 mode via `$locationProvider.html5Mode(true);` in the `app.js` causes Angular routes to be completely unavailable. Is there a work around for this?
Turning on HTML 5 mode via
$locationProvider.html5Mode(true);in theapp.jscauses Angular routes to be completely unavailable.Is there a work around for this?