ngTransclude
ng
Directive that marks the insertion point for the transcluded DOM of the nearest parent directive that uses transclusion.
Any existing content of the element that this directive is placed on will be removed before the transcluded content is inserted.
<ANY ng-transclude> ... </ANY>as class
<ANY class="ng-transclude"> ... </ANY>