Configure location provider
This commit is contained in:
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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user