diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 59285b7..4c49fd1 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -1437,9 +1437,9 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo FlipedImgCanvas.style.visibility = 'visible' } else { - if ($rootScope.isHighLight == true && $rootScope.isZoomed == false) { - FlipedImgCanvas.style.visibility = 'hidden'; - } + //if ($rootScope.isHighLight == true && $rootScope.isZoomed == false) { + // FlipedImgCanvas.style.visibility = 'hidden'; + //} } } @@ -1743,13 +1743,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $rootScope.isLoading = true; $('#spinner').css('visibility', 'visible'); - //$timeout(function () { - console.log('inside start of flipped. $scope.ColoredImageSRC.length= ' + $scope.ColoredImageSRC.length) $rootScope.isHighLight = true; - console.log('in FlipedImgCanvas just before highLightBody call'); $scope.highLightBody(); - console.log('just after highLightBody call'); - //}, 500); } } else { @@ -1828,9 +1823,9 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo } else { - if ($rootScope.isHighLight == true && $rootScope.isZoomed == false) { - imgCanvas.style.visibility = 'hidden'; - } + //if ($rootScope.isHighLight == true && $rootScope.isZoomed == false) { + // imgCanvas.style.visibility = 'hidden'; + //} } }