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.acti‌​ve_node.activegraphic"> </object> 


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -