diff --git a/public/assets/js/app.js b/public/assets/js/app.js index e9c1a19..78db6ff 100644 --- a/public/assets/js/app.js +++ b/public/assets/js/app.js @@ -12,6 +12,11 @@ angular .module('NginxConfigIoApp', ['ngclipboard', '720kb.tooltips']) + .config(function NginxCongigIoConfig($locationProvider) { + $locationProvider + .html5Mode(true) + .hashPrefix('!'); + }) .controller('NginxConfigIoController', function NginxConfigIoController($scope, $location, $timeout) { /////////////////////// // PRIVATE VARIABLES // diff --git a/public/index.html b/public/index.html index 9bee9de..323fb1a 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,7 @@
+