Commit 263e398029f1dba3faf6f343530cedc1ee27f860

Authored by Amrita Vishnoi
2 parents ffb76c5e e7a0837c

Merge branch 'femaleLateralArmAnotationissue' into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -4852,7 +4852,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
4852 4852 canvasModesty.style.left = X + 'px';
4853 4853 canvasModesty.style.top = Y + 'px';
4854 4854 canvasModesty.style.visibility = 'visible';
4855   - if($rootScope.currentBodyViewId=="11"){
  4855 + if ($rootScope.voId == "11") {
4856 4856  
4857 4857 canvasModesty.style.zIndex = 11000;
4858 4858 }
... ...