Commit bca0f61f356fa2412885f18e52b659aba17d2741
1 parent
c982ce6d
this is solution for the bug heading of 3d Anatomy jspanel
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js
1 | AIA.controller("3dAController", ["$scope", "$rootScope", "pages", "$log", '$http', 'DataService', '$filter', '$location', '$document', '$sce', "$compile", | 1 | AIA.controller("3dAController", ["$scope", "$rootScope", "pages", "$log", '$http', 'DataService', '$filter', '$location', '$document', '$sce', "$compile", |
2 | function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location, $document, $sce, $compile) { | 2 | function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location, $document, $sce, $compile) { |
3 | 3 | ||
4 | - $rootScope.currentActiveModuleTitle = pages[5].name; | 4 | + $rootScope.currentActiveModuleTitle = pages[6].name; |
5 | $scope.showTabButton = false; | 5 | $scope.showTabButton = false; |
6 | $scope.threeDAnatomyData; | 6 | $scope.threeDAnatomyData; |
7 | $scope.Id; | 7 | $scope.Id; |