From f2a5fd0a2a516dc5e5bcca2f1a38d8bf1feb8c55 Mon Sep 17 00:00:00 2001 From: Mukul Date: Tue, 20 Feb 2018 17:59:01 +0530 Subject: [PATCH] this is the solution for the bug 28624 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js index 1831c0f..acff297 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js @@ -32,7 +32,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location }) $scope.showTabButton = false; - $rootScope.currentActiveModuleTitle = pages[8].name; + //$rootScope.currentActiveModuleTitle = pages[8].name; $scope.getLabExerciseModules(); $scope.scroll(); -- libgit2 0.21.4