File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 198
198
*
199
199
* * (no prefix) - Locate the required controller on the current element. Throw an error if not found.
200
200
* * `?` - 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.
204
204
*
205
205
*
206
206
* #### `controllerAs`
You can’t perform that action at this time.
0 commit comments