Update the angular routing to be # as opposed to hash bang #!

This commit is contained in:
Warren
2018-06-12 14:34:45 +01:00
parent 4577ec1016
commit fde1d6f6fb

View File

@@ -191,8 +191,6 @@ app.config(function ($routeProvider) {
.otherwise({ redirectTo: '/login' });
}).config(function ($locationProvider) {
//$locationProvider.html5Mode(false).hashPrefix('!'); //turn html5 mode off
// $locationProvider.html5Mode(true); //turn html5 mode on
$locationProvider.html5Mode(false).hashPrefix(''); //turn html5 mode off
});