mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-25 01:45:35 +08:00
disabled html5 mode, removed <base> tag
This commit is contained in:
@@ -134,8 +134,7 @@
|
||||
|
||||
function appConfig($locationProvider) {
|
||||
$locationProvider
|
||||
.html5Mode(true)
|
||||
.hashPrefix('!');
|
||||
.hashPrefix('');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user