From 008a01552463b92f61d8cd18f405a58de343e19f Mon Sep 17 00:00:00 2001 From: pratibha.raturi Date: Wed, 22 May 2019 11:31:02 +0530 Subject: [PATCH] Changes for BUG#22814 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 43d699c..7ac4b83 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -6698,12 +6698,12 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$filter","$ console.log('inside mouseDownListener. document.getElementById layerChangeSlider value : ' + document.getElementById('layerChangeSlider') + '$rootScope.totalLayers: ' + $rootScope.totalLayers + ' - $rootScope.currentLayerNumber: ' + $rootScope.currentLayerNumber + ' = set value for layerChangeSlider: ' + sliderVal); $('#layerChangeSlider').slider("option", "value", sliderVal); + $("#txtlayerNumber").val(parseInt($rootScope.currentLayerNumber)); + //if ($scope.isGenderChnage || $rootScope.isViewChange) { // $("#txtlayerNumber").val(parseInt(0)); //} //else - $("#txtlayerNumber").val(parseInt($rootScope.currentLayerNumber)); - if (document.getElementById('tempCanvas') != null) { $('#tempCanvas').remove(); @@ -8521,7 +8521,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$filter","$ $('#structureDropdown').html(""); var currentBodyViewId = $rootScope.voId; - var systemListHtml = '
  • Current Structure
  • ' + var systemListHtml = '
  • Current Structure
  • ' var systemList = $rootScope.CommonData.DACommonData.BodySystems.Item; angular.forEach(systemList, function (value, key) { @@ -8687,6 +8687,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$filter","$ grayCanvasContext.putImageData($rootScope.grayImageDataList[parseInt(i)], 0, 0); } } + } $scope.removeBodySyetemSelectionClass = function (title_highlightbody) { -- libgit2 0.21.4