pfTransclude
patternfly.utils
Directive for transcluding in directives and setting up scope of children of parent directives. This is a workaround for https://github.com/angular/angular.js/issues/5489
<ANY pf-transclude="{string}">
...
</ANY>
| Param | Type | Details |
|---|---|---|
| pfTransclude | string | specifies the type of transclusion to use.
|