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

Commit 7e45986

Browse files
yaronulielbtford
authored andcommittedMay 21, 2014
docs(ngRepeat): fix formatting
1 parent 21a3cea commit 7e45986

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
@@ -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)
This repository has been archived.