We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf78eb commit f02811fCopy full SHA for f02811f
src/ng/directive/ngOptions.js
@@ -43,8 +43,8 @@ var ngOptionsMinErr = minErr('ngOptions');
43
* changes.
44
*
45
* Note that `$watchCollection` does a shallow comparison of the properties of the object (or the items in the collection
46
- * if the model is an array). This means that changing a property deeper inside the object/collection that the
47
- * 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.
48
49
50
* ## `select` **`as`**
0 commit comments