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) {