From bca0f61f356fa2412885f18e52b659aba17d2741 Mon Sep 17 00:00:00 2001 From: Mukul Date: Mon, 30 Oct 2017 17:07:31 +0530 Subject: [PATCH] this is solution for the bug heading of 3d Anatomy jspanel --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js index 5cec29a..50b610e 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js @@ -1,7 +1,7 @@ AIA.controller("3dAController", ["$scope", "$rootScope", "pages", "$log", '$http', 'DataService', '$filter', '$location', '$document', '$sce', "$compile", function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location, $document, $sce, $compile) { - $rootScope.currentActiveModuleTitle = pages[5].name; + $rootScope.currentActiveModuleTitle = pages[6].name; $scope.showTabButton = false; $scope.threeDAnatomyData; $scope.Id; -- libgit2 0.21.4