diff --git a/src/ng/directive/ngRepeat.js b/src/ng/directive/ngRepeat.js index 8397030c57eb..c0a1794b9147 100644 --- a/src/ng/directive/ngRepeat.js +++ b/src/ng/directive/ngRepeat.js @@ -215,7 +215,9 @@ * more than one tracking expression value resolve to the same key. (This would mean that two distinct objects are * mapped to the same DOM element, which is not possible.) * - * Note that the tracking expression must come last, after any filters, and the alias expression. + *