diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index a9c4870..fcdcc0c 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -9506,7 +9506,7 @@ function OnIdentityClick() { } function OnZoom() { - alert('on zoom called'); + var scope = angular.element(document.getElementById("daView")).scope(); scope.DisableUI();