Improve detection of theme-specific JavaScript

This commit is contained in:
Francis Lachapelle
2014-11-11 22:31:25 -05:00
parent f21652ee5d
commit 0ad926c4d6
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;
}])