File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 198198 *
199199 * * (no prefix) - Locate the required controller on the current element. Throw an error if not found.
200200 * * `?` - Attempt to locate the required controller or pass `null` to the `link` fn if not found.
201- * * `^` - Locate the required controller by searching the element's parents. Throw an error if not found.
202- * * `?^` - Attempt to locate the required controller by searching the element's parents or pass `null` to the
203- * `link` fn if not found.
201+ * * `^` - Locate the required controller by searching the element and its parents. Throw an error if not found.
202+ * * `?^` - Attempt to locate the required controller by searching the element and its parents parents or pass
203+ * `null` to the ` link` fn if not found.
204204 *
205205 *
206206 * #### `controllerAs`
You can’t perform that action at this time.
0 commit comments