We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e872f0e commit af83c15Copy full SHA for af83c15
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