Improve detection of theme-specific JavaScript

This commit is contained in:
Francis Lachapelle
2014-08-13 16:11:28 -04:00
parent 6e627893a9
commit 100bec753f
3 changed files with 15 additions and 8 deletions
@@ -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;
}])