We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53359d5 commit a790813Copy full SHA for a790813
src/ng/directive/ngRepeat.js
@@ -88,7 +88,7 @@
88
* For example: `(name, age) in {'adam':10, 'amalie':12}`.
89
*
90
* * `variable in expression track by tracking_expression` – You can also provide an optional tracking function
91
- * which can be used to associate the objects in the collection with the DOM elements. If no tractking function
+ * which can be used to associate the objects in the collection with the DOM elements. If no tracking function
92
* is specified the ng-repeat associates elements by identity in the collection. It is an error to have
93
* more than one tracking function to resolve to the same key. (This would mean that two distinct objects are
94
* mapped to the same DOM element, which is not possible.)
0 commit comments