We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8863b9d commit 39f6e22Copy full SHA for 39f6e22
src/ng/compile.js
@@ -199,7 +199,7 @@
199
* * (no prefix) - Locate the required controller on the current element. Throw an error if not found.
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 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
+ * * `?^` - Attempt to locate the required controller by searching the element and its parents or pass
203
* `null` to the `link` fn if not found.
204
*
205
0 commit comments