Commit 2a1bed34e5039f0b004bf4fcf19b3d2a56e8f5f9
1 parent
778ff100
Dissectible Anatomy > Extract and Annotations displays apart on the page after click on Zoom-in.
Showing
1 changed file
with
3 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -8589,6 +8589,9 @@ function OnIdentityClick() { |
8589 | 8589 | |
8590 | 8590 | function OnZoom() |
8591 | 8591 | { |
8592 | + //Dissectible Anatomy > Extract and Annotations displays apart on the page after click on Zoom-in. | |
8593 | + $(".com").remove(); | |
8594 | + $("#bord").remove(); | |
8592 | 8595 | console.log('OnZoom is called outside '); |
8593 | 8596 | var scope = angular.element(document.getElementById("daView")).scope(); |
8594 | 8597 | scope.$apply(function () { | ... | ... |