Skip to content

Commit 1a15c01

Browse files
Stéphane Reynaudpetebacondarwin
Stéphane Reynaud
authored andcommitted
docs($compile): fix missing space
1 parent 7f33e1c commit 1a15c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/compile.js

Lines changed: 1 addition & 1 deletion
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'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
195+
* * `?^` - Attempt to locate the required controller by searching the element's parents or pass `null` to the
196196
* `link` fn if not found.
197197
*
198198
*

0 commit comments

Comments
 (0)