Interface ITranscludeFunction
Callable
- ITranscludeFunction(scope: IScope, cloneAttachFn: ICloneAttachFunction, futureParentElement?: JQuery, slotName?: string): JQLite
- ITranscludeFunction(cloneAttachFn?: ICloneAttachFunction, futureParentElement?: JQuery, slotName?: string): JQLite
-
Parameters
-
-
-
Optional futureParentElement: JQuery
-
Optional slotName: string
Returns JQLite
-
Parameters
-
-
Optional futureParentElement: JQuery
-
Optional slotName: string
Returns JQLite
Methods
isSlotFilled
- isSlotFilled(slotName: string): boolean
-
Parameters
Returns boolean
This corresponds to $transclude passed to controllers and to the transclude function passed to link functions. https://docs.angularjs.org/api/ng/service/$compile#-controller- http://teropa.info/blog/2015/06/09/transclusion.html