We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b7c16 commit 59b5651Copy full SHA for 59b5651
src/ng/directive/ngRepeat.js
@@ -332,7 +332,7 @@
332
* For example: `item in items | filter:x as results` will store the fragment of the repeated items as `results`, but only after
333
* the items have been processed through the filter.
334
*
335
- * Please note that `as [variable name] is not an operator but rather a part of ngRepeat
+ * Please note that `as [variable name]` is not an operator but rather a part of ngRepeat
336
* micro-syntax so it can be used only after all filters (and not as operator, inside an expression).
337
338
* For example: `item in items | filter : x | orderBy : order | limitTo : limit as results track by item.id` .
0 commit comments