I have a directive-container (with support for transclude
), that needs to take the transcluded html exactly as it is and pass it on to a service for further processing.
What is the correct way to get all such transclusion content from within the directive?
Note that the transcluded content is expected to be simple, HTML-formatted text, no events or bindings.