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

Commit 59b5651

Browse files
eran-nussbaumgkalpak
authored andcommitted
docs(ngRepeat): missing closing backtick
1 parent c8b7c16 commit 59b5651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngRepeat.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
* For example: `item in items | filter:x as results` will store the fragment of the repeated items as `results`, but only after
333333
* the items have been processed through the filter.
334334
*
335-
* Please note that `as [variable name] is not an operator but rather a part of ngRepeat
335+
* Please note that `as [variable name]` is not an operator but rather a part of ngRepeat
336336
* micro-syntax so it can be used only after all filters (and not as operator, inside an expression).
337337
*
338338
* For example: `item in items | filter : x | orderBy : order | limitTo : limit as results track by item.id` .

0 commit comments

Comments
 (0)