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

Commit d4c3d5c

Browse files
yaronulielbtford
authored andcommitted
docs(ngRepeat): fix formatting
1 parent 279f98c commit d4c3d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngRepeat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
* mapped to the same DOM element, which is not possible.) Filters should be applied to the expression,
9898
* before specifying a tracking expression.
9999
*
100-
* For example: `item in items` is equivalent to `item in items track by $id(item)'. This implies that the DOM elements
100+
* For example: `item in items` is equivalent to `item in items track by $id(item)`. This implies that the DOM elements
101101
* will be associated by item identity in the array.
102102
*
103103
* For example: `item in items track by $id(item)`. A built in `$id()` function can be used to assign a unique

0 commit comments

Comments
 (0)