mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
Improve detection of theme-specific JavaScript
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
$urlRouterProvider.otherwise('/app/login');
|
||||
})
|
||||
|
||||
.controller('AppCtrl', ['$scope', 'sgSettings', function(Settings, $scope) {
|
||||
.controller('AppCtrl', ['$scope', 'sgSettings', function($scope, Settings) {
|
||||
$scope.ApplicationBaseURL = Settings.baseURL;
|
||||
}])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user