Events on an SVG

Hi!

I am trying to embed and interact with a SVG image, and as descripbed here http://blog.akquinet.de/2014/02/26/interactive-svg-with-angularjs-part-2/ - and I had to hook it up to the event system by on(“click”) as angular didn’t want to handle it.

Now as I have weak understanding of how the ionic event system works I was wondering if there is a more preferred way doing this. And if by this method, how could I by pass the 300 ms delay.

Any thoughts much appreciated. It does work now, but is a bit slow.

Thanks,

Marcus