-
Notifications
You must be signed in to change notification settings - Fork 27.4k
directive from class on svg element #10736
Comments
Ah, it looks like {
animVal: "test",
baseVal: "test"
} So when we get to the step where we're checking to see if EDIT: Here is the code block in the $compile service where the check occurs and is failing. |
if I recall, we weren't going to fix this because class-directives were not widely used. But it may have just been comment directives that I'm thinking of. |
I'm not very familiar with svgs. What is the difference in using |
animVal is as it sounds like, the value during animation --- it is the same as the baseVal in other cases, though |
I'm trying to create test directive on SVG element with class selector and it doesn't work. It works as attribute or element.
I created a plunker: http://plnkr.co/edit/XJevcJgrYy3l5MvOqg59?p=preview
The text was updated successfully, but these errors were encountered: