--
You received this message because you are subscribed to a topic in the Google Groups "AngularJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/Elos01C9ftI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Well, sharing the scope of the parent using normal directive techniques is still an option and doesn't require element navigation. Plus, it maintains the separation of presentation from scopes (in this case directive scope rather than controller scope). It was that against which I was evaluating ngNode. NgNode seemed interesting as more of a one-off composite-maker trick. As you point out the implementation has a flaw, but the larger question might be whether there is some way to do shorthand for one-off composite directives, or whether the existing options are at about the right level with respect to required effort to connect the pieces.