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 191
191
*
192
192
* * (no prefix) - Locate the required controller on the current element. Throw an error if not found.
193
193
* * `?` - 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.
197
197
*
198
198
*
199
199
* #### `controllerAs`
You can’t perform that action at this time.
0 commit comments