From 2a1bed34e5039f0b004bf4fcf19b3d2a56e8f5f9 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 13 Oct 2016 15:28:03 +0530 Subject: [PATCH] Dissectible Anatomy > Extract and Annotations displays apart on the page after click on Zoom-in. --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 77892b4..927247b 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -8589,6 +8589,9 @@ function OnIdentityClick() { function OnZoom() { + //Dissectible Anatomy > Extract and Annotations displays apart on the page after click on Zoom-in. + $(".com").remove(); + $("#bord").remove(); console.log('OnZoom is called outside '); var scope = angular.element(document.getElementById("daView")).scope(); scope.$apply(function () { -- libgit2 0.21.4