Configure location provider

This commit is contained in:
Audrius Butkevicius
2015-03-26 08:43:06 +01:00
committed by Jakob Borg
parent c294d5f087
commit b79b13a75b
@@ -1,4 +1,7 @@
angular.module('syncthing.core')
.config(function($locationProvider) {
$locationProvider.html5Mode(true).hashPrefix('!');
})
.controller('SyncthingController', function ($scope, $http, $location, LocaleService) {
'use strict';