From 3597f9ac171c8d79b95e3362b31abf7944bcd320 Mon Sep 17 00:00:00 2001 From: Magnus Pedersen Date: Mon, 5 Oct 2015 10:30:54 +0200 Subject: [PATCH] docs(ngOptions): describe your change... Rephrased a sentence for clarity --- src/ng/directive/ngOptions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ng/directive/ngOptions.js b/src/ng/directive/ngOptions.js index 282dff3aedd2..680472916359 100644 --- a/src/ng/directive/ngOptions.js +++ b/src/ng/directive/ngOptions.js @@ -43,8 +43,8 @@ var ngOptionsMinErr = minErr('ngOptions'); * changes. * * Note that `$watchCollection` does a shallow comparison of the properties of the object (or the items in the collection - * if the model is an array). This means that changing a property deeper inside the object/collection that the - * first level will not trigger a re-rendering. + * if the model is an array). This means that changing a property deeper than the first level inside the + * object/collection will not trigger a re-rendering. * * * ## `select` **`as`**