Commit 96b778c378e02748151a1b75db45e4428fe266fc

Authored by Amrita Vishnoi
2 parents ffb853ad 04018811

Bug#15832 for merge request id 403

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -932,6 +932,9 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
932 932 var canDivChildCount = canDiv.childElementCount;
933 933 if (canDivChildCount > 0) {
934 934 canDiv.innerHTML = '';
  935 +
  936 + //remove transparency scale
  937 + $('#transparencyScale').css('visibility', 'hidden');
935 938 }
936 939  
937 940 if ($scope.ColoredImageSRC != null && $scope.ColoredImageSRC.length > 0) {
... ...