disabled html5 mode, removed <base> tag

This commit is contained in:
Bálint Szekeres
2019-11-19 19:53:29 +01:00
parent 5e1e7bd279
commit 9c0ad74645
2 changed files with 1 additions and 3 deletions

View File

@@ -134,8 +134,7 @@
function appConfig($locationProvider) {
$locationProvider
.html5Mode(true)
.hashPrefix('!');
.hashPrefix('');
}