Update the angular routing to be # as opposed to hash bang #!
This commit is contained in:
@@ -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
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user