Commit f2a5fd0a2a516dc5e5bcca2f1a38d8bf1feb8c55
1 parent
b64d9472
this is the solution for the bug 28624
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js
... | ... | @@ -32,7 +32,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location |
32 | 32 | }) |
33 | 33 | |
34 | 34 | $scope.showTabButton = false; |
35 | - $rootScope.currentActiveModuleTitle = pages[8].name; | |
35 | + //$rootScope.currentActiveModuleTitle = pages[8].name; | |
36 | 36 | $scope.getLabExerciseModules(); |
37 | 37 | |
38 | 38 | $scope.scroll(); | ... | ... |