File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 708
708
* directives; if given, it will be passed through to the link functions of
709
709
* directives found in `element` during compilation.
710
710
* * `transcludeControllers` - an object hash with keys that map controller names
711
- * to controller instances; if given, it will make the controllers
712
- * available to directives.
711
+ * to a hash with the key `instance`, which maps to the controller instance;
712
+ * if given, it will make the controllers available to directives on the compileNode:
713
+ * ```
714
+ * {
715
+ * parent: {
716
+ * instance: parentControllerInstance
717
+ * }
718
+ * }
719
+ * ```
713
720
* * `futureParentElement` - defines the parent to which the `cloneAttachFn` will add
714
721
* the cloned elements; only needed for transcludes that are allowed to contain non html
715
722
* elements (e.g. SVG elements). See also the directive.controller property.
You can’t perform that action at this time.
0 commit comments