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.
2 parents 04f7cf1 + af83c15 commit 49ea814Copy full SHA for 49ea814
src/ng/directive/ngRepeat.js
@@ -216,7 +216,7 @@
216
* mapped to the same DOM element, which is not possible.)
217
*
218
* <div class="alert alert-warning">
219
- * <strong>Note:</strong> the `tracky by` expression must come last - after any filters, and the alias expression.
+ * <strong>Note:</strong> the `track by` expression must come last - after any filters, and the alias expression.
220
* </div>
221
222
* For example: `item in items` is equivalent to `item in items track by $id(item)`. This implies that the DOM elements
0 commit comments