I'm trying to integrate the maphilight jquery plugin into an angular app. I've made some progress with pulling the plugin into the app and making a directive that uses it, but I'm stuck right now.
Here's a plunker illustrating where I am with this. Right now the compile directive is firing, but the bind to click isn't.
My final goal with this is to have all image areas always highlighted on the imagemap so the user can see where they are. Any tips on how that's achieved through reusing this plugin also gratefully received.