app.config(function($locationProvider) {
$locationProvider.html5Mode({
enabled: true,
requireBase: false
});
});
If you configure $location to use html5Mode (history.pushState), you need to specify the base URL for the application with a
No comments:
Post a Comment