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 708708 * directives; if given, it will be passed through to the link functions of
709709 * directives found in `element` during compilation.
710710 * * `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+ * ```
713720 * * `futureParentElement` - defines the parent to which the `cloneAttachFn` will add
714721 * the cloned elements; only needed for transcludes that are allowed to contain non html
715722 * elements (e.g. SVG elements). See also the directive.controller property.
You can’t perform that action at this time.
0 commit comments