-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Conversation
@@ -437,7 +437,7 @@ function $RootScopeProvider() { | |||
* If any one expression in the collection changes the `listener` is executed. | |||
* | |||
* - The items in the `watchExpressions` array are observed via standard $watch operation and are examined on every | |||
* call to $digest() to see if any items changes. | |||
* call to $digest() to see if any items change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes it sound as if the act of examining itself may cause the change. I think it is more clear to say: "if any item(s) changed"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if we put it this way?
The items in the watchExpressions
array are observed via standard $watch
operation. Their return values are examined for changes on every call to $digest
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me. I'll change it to what you suggested while merging.
@googlebot, could you please do your CLA thing? |
@thorn0, could you comment on the PR. Maybe that would trigger @googlebot. |
What's wrong with @googlebot? |
No description provided.