Commit 040188118a22954cabd45b0e795ee2abfa7292a2

Authored by Nikita Kulshreshtha
1 parent a59fcb7a

removing scale

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