Thanks to visit codestin.com Credit goes to github.com
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 c6e4def commit ec27deaCopy full SHA for ec27dea
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 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
+ * * `?^` - Attempt to locate the required controller by searching the element and its parents or pass
196
* `null` to the `link` fn if not found.
197
*
198
0 commit comments