mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-12 16:26:37 +00:00
Configure location provider
This commit is contained in:
parent
2e1e8f764e
commit
c505218896
@ -1,4 +1,7 @@
|
|||||||
angular.module('syncthing.core')
|
angular.module('syncthing.core')
|
||||||
|
.config(function($locationProvider) {
|
||||||
|
$locationProvider.html5Mode(true).hashPrefix('!');
|
||||||
|
})
|
||||||
.controller('SyncthingController', function ($scope, $http, $location, LocaleService) {
|
.controller('SyncthingController', function ($scope, $http, $location, LocaleService) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user