Hi Samuel, Thanks for taking the time to look at this.
Perhaps I have misunderstood transclusion, but let me be a bit more clear about what I was trying to do: I wanted to use those <an-entry> elements as a declarative way of specifying the input data to the overall directive. I thought transclude was the option to use allowing me to get hold of the data within the <my-custom-component> directive. Anyway, I managed to make this work using transclude.. just the solution was not as elegant as I'd hope but more importantly think it can be. Alex J Burke On Thursday, 20 November 2014 12:13:43 UTC+1, Samuel Richardson wrote: > > I would say that you've incorrectly implemented the transclusion in the > parent component. If you remove your child directives can you successfully > output simple HTML inside the <my-custom-component> directive? > > <snip> -- 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.
