You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think if we are no longer copying meta from the directive to the parsed child, we still want to make sure we are copying all relevant attributes to the child nodes in the corresponding run methods. Although all the metadata will always be available on the parent directive, it's a hassle to have to walk back up the tree from the children to get it.
In the end, with these ^^ we are basically doing the same thing as copying meta, it is just more explicit. We could also not copy attributes to the parsed children at all; this would just require a bit more management when going between directive parent <=> parsed child in mystjs.
As just discussed, I don't think we need this any more, since you can retrieve this info from the (directive) parent node.
Originally posted by @chrisjsewell in #34 (comment)
The text was updated successfully, but these errors were encountered: