Skip to content

Instantly share code, notes, and snippets.

@deepakazad
Created May 13, 2016 21:50
Embed
What would you like to do?
Enable HTML5 mode in AngularJS - Client changes
app.config(function($locationProvider) {
$locationProvider.html5Mode({
enabled: true
});
});
<html>
<head>
<base href="/">
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment