diff --git a/gui/scripts/syncthing/core/controllers/syncthingController.js b/gui/scripts/syncthing/core/controllers/syncthingController.js index d60298dbf..610f830ba 100644 --- a/gui/scripts/syncthing/core/controllers/syncthingController.js +++ b/gui/scripts/syncthing/core/controllers/syncthingController.js @@ -1,4 +1,7 @@ angular.module('syncthing.core') + .config(function($locationProvider) { + $locationProvider.html5Mode(true).hashPrefix('!'); + }) .controller('SyncthingController', function ($scope, $http, $location, LocaleService) { 'use strict';