diff --git a/src/ng/directive/ngRepeat.js b/src/ng/directive/ngRepeat.js index 213cd3bc583c..0b1240d5c4d4 100644 --- a/src/ng/directive/ngRepeat.js +++ b/src/ng/directive/ngRepeat.js @@ -233,7 +233,7 @@ * * @example * This example uses `ngRepeat` to display a list of people. A filter is used to restrict the displayed - * results by name. New (entering) and removed (leaving) items are animated. + * results by name or by age. New (entering) and removed (leaving) items are animated.