Just for others that may pass here... I created https://github.com/dotJEM/angular-tree to which is merely a way of connecting recursive templates, which is one of the basic building blocks in many of the Angular Tree examples I have seen out there that doesn't end up over complicating things a great deal.
I find it more elegant than the Recursive ng-incude approach, but that is also the one it tries to "improve" on... I don't like the whole Single-Recursive-Directive at all as it isn't as flexible, using a Directive pair, you can suddenly embed one type of tree in another, which would otherwise be problematic with a Single-Recursive-Directive approach... -- 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.
