Commit bca0f61f356fa2412885f18e52b659aba17d2741

Authored by Mukul Rajput
1 parent c982ce6d

this is solution for the bug heading of 3d Anatomy jspanel

400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js
1 1 AIA.controller("3dAController", ["$scope", "$rootScope", "pages", "$log", '$http', 'DataService', '$filter', '$location', '$document', '$sce', "$compile",
2 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 5 $scope.showTabButton = false;
6 6 $scope.threeDAnatomyData;
7 7 $scope.Id;
... ...