Improve detection of theme-specific JavaScript

This commit is contained in:
Francis Lachapelle
2014-08-13 16:11:28 -04:00
parent a70287870b
commit c8ea3da5bc
3 changed files with 15 additions and 8 deletions

View File

@@ -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;
}])