Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ec27dea

Browse files
Izhakicaitp
authored andcommitted
docs($compile): fix documentation for ?^ controller search
Fixed typo: 'parents parents' to 'parents' Closes #8690
1 parent c6e4def commit ec27dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/compile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
* * (no prefix) - Locate the required controller on the current element. Throw an error if not found.
193193
* * `?` - Attempt to locate the required controller or pass `null` to the `link` fn if not found.
194194
* * `^` - 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
195+
* * `?^` - Attempt to locate the required controller by searching the element and its parents or pass
196196
* `null` to the `link` fn if not found.
197197
*
198198
*

0 commit comments

Comments
 (0)