We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4651e5 commit 3bce707Copy full SHA for 3bce707
src/ng/directive/ngRepeat.js
@@ -215,7 +215,9 @@
215
* more than one tracking expression value resolve to the same key. (This would mean that two distinct objects are
216
* mapped to the same DOM element, which is not possible.)
217
*
218
- * Note that the tracking expression must come last, after any filters, and the alias expression.
+ * <div class="alert alert-warning">
219
+ * <strong>Note:</strong> the `tracky 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
223
* will be associated by item identity in the array.
0 commit comments