We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6911b80 commit 588df8fCopy full SHA for 588df8f
modules/core/client/app/init.js
@@ -11,7 +11,7 @@
11
.config(bootstrapConfig);
12
13
function bootstrapConfig($locationProvider, $httpProvider) {
14
- $locationProvider.html5Mode(true).hashPrefix('!');
+ $locationProvider.html5Mode({ enabled: true, requireBase: false }).hashPrefix('!');
15
16
$httpProvider.interceptors.push('authInterceptor');
17
}
0 commit comments