html - ng-click/onClick not working on <object> -
i'm not able invoke functions when click on image present in tag. particularly, want zoom , pan image. these functions work image tag not object tag.
i've put debugger on functions called 'on click' , have put alert pop ups on click none of them seem work. how can them working?
below code.
<object ng-click="zoomservice.activatezoomandpan();" tb-refresh-graphic="tocservice.active_node.activegraphic"> </object>
Comments
Post a Comment