You can disable the base tag check by doing the following:
$locationProvider.html5Mode({
enabled: true,
requireBase: false
});
You can disable the base tag check by doing the following:
$locationProvider.html5Mode({
enabled: true,
requireBase: false
});