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 7f33e1c commit 1a15c01Copy full SHA for 1a15c01
src/ng/compile.js
@@ -192,7 +192,7 @@
192
* * (no prefix) - Locate the required controller on the current element. Throw an error if not found.
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 parentsor pass `null` to the
+ * * `?^` - Attempt to locate the required controller by searching the element's parents or pass `null` to the
196
* `link` fn if not found.
197
*
198
0 commit comments