Directive that marks the insertion point for the transcluded DOM of the nearest parent directive that uses transclusion.
When should I use transclude: 'true' and when transclude: 'element' ? I cant find anything about transclude: 'element' in the angular …
angularjs angularjs-directive angularjs-ng-transclude