fixing injection in main controller

parent 9de934df
Showing with 1 additions and 1 deletions
...@@ -24,7 +24,7 @@ var dashboardControllers = angular.module('dashboardControllers', ['dashboardCon ...@@ -24,7 +24,7 @@ var dashboardControllers = angular.module('dashboardControllers', ['dashboardCon
// //
// //
dashboardControllers.controller('MainCtrl', function MainCtrl( dashboardControllers.controller('MainCtrl', function MainCtrl(
$scope, $window, $location, $translate, $rootScope, $timeout<) { $scope, $window, $location, $translate, $rootScope, $timeout) {
// Use browser language as default // Use browser language as default
var lang = $window.navigator.language || $window.navigator.userLanguage; var lang = $window.navigator.language || $window.navigator.userLanguage;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment