I have a directive, which uses transclude() to clone arbitrary content, 
manipulate it, compile it, and then add it to the DOM at the appropriate 
location.
It seems that when I call transclude() to clone the content, it compiles 
the arbitrary content as part of the transclude() operation.
How do I tell Angular.JS NOT to compile the content as part of transclude()?
The reason I need it not to compile the content, is that not all of the 
information in the arbitrary content can be compiled on its own. For this 
reason, I need to manipulate it before it is compiled.

-- 
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.

Reply via email to