I'm not exactly sure of the terms I should search for, so I will explain. I have a document with an inline svg, and in it, there are 50-60 different PATH elements. I want to add ng-mouseover to each of them dynamically. With jquery, I just used a selector and bind(). Not sure what the accepted way to do this with angular.
Of course I could always just paste the ng-mouseover in all 50 or so PATH elements, but that just doesn't seem kosher. As a followup, what would need to change if the SVG was not inline, and instead was just another resource? Thanks. PS: The SVG is a map of the USA. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
