$transclude(cloneAttachFn, futureParentElement?, slotName?) (no explicit scope passed)
OptionalfutureParentElement: Node
|
Element
|
null
OptionalslotName:
string
|
number
$transclude(scope?, cloneAttachFn?, futureParentElement?, slotName?) (scope-first form)
Optionalscope:
Scope
|
null
OptionalcloneAttachFn:
CloneAttachFn
OptionalfutureParentElement: Node
|
Element
|
null
OptionalslotName:
string
|
number
Internal call path that threads link options.
Optionalscope:
Scope
|
null
OptionalcloneAttachFn:
CloneAttachFn
Optionaloptions:
TemplateLinkingFunctionOptions
A function passed to directive link functions for transcluded content. It behaves like a linking function, with the
scopeargument automatically created as a new child of the transcluded parent scope.The function returns the DOM content to be injected (transcluded) into the directive.