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

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -