File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 191191 *
192192 * * (no prefix) - Locate the required controller on the current element. Throw an error if not found.
193193 * * `?` - Attempt to locate the required controller or pass `null` to the `link` fn if not found.
194- * * `^` - Locate the required controller by searching the element's parents. Throw an error if not found.
195- * * `?^` - Attempt to locate the required controller by searching the element's parents or pass `null` to the
196- * `link` fn if not found.
194+ * * `^` - Locate the required controller by searching the element and its parents. Throw an error if not found.
195+ * * `?^` - Attempt to locate the required controller by searching the element and its parents parents or pass
196+ * `null` to the ` link` fn if not found.
197197 *
198198 *
199199 * #### `controllerAs`
You can’t perform that action at this time.
0 commit comments