File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 90
90
* * `variable in expression track by tracking_expression` – You can also provide an optional tracking function
91
91
* which can be used to associate the objects in the collection with the DOM elements. If no tractking function
92
92
* is specified the ng-repeat associates elements by identity in the collection. It is an error to have
93
- * more then one tractking function to resolve to the same key. (This would mean that two distinct objects are
93
+ * more than one tracking function to resolve to the same key. (This would mean that two distinct objects are
94
94
* mapped to the same DOM element, which is not possible.)
95
95
*
96
96
* For example: `item in items` is equivalent to `item in items track by $id(item)'. This implies that the DOM elements
You can’t perform that action at this time.
0 commit comments