Commit 06ff946d95bc650d2ee36fd1fc13b240a4efac74
Merge branch 'LabexWrongModuleName' into Develop-IPAD-MAC
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(); | ... | ... |