Enable HTML5 mode in Angular, to allow disabling link rewriting.

This commit is contained in:
Paulo Reis 2017-11-28 15:46:27 +00:00
parent d082e8eab2
commit 448d03a28a

View file

@ -37,7 +37,7 @@ define [
($locationProvider) ->
try
$locationProvider.html5Mode({
enabled: false,
enabled: true,
requireBase: false,
rewriteLinks: false
})