Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(ngModel.NgModelController): correct description for $viewChangeListeners #16382

Merged
merged 2 commits into from
Dec 29, 2017

Conversation

thorn0
Copy link
Contributor

@thorn0 thorn0 commented Dec 25, 2017

It was misleading.

* @property {Array.<Function>} $viewChangeListeners Array of functions to execute whenever the
* view value has changed. It is called with no arguments, and its return value is ignored.
* @property {Array.<Function>} $viewChangeListeners Array of functions to execute whenever
* a change to the view value has caused a change to the model value.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. Can you please change "view value" and "model value" to "$viewValue" and "$modelValue" and link to them?

@Narretz Narretz merged commit 96dd35a into angular:master Dec 29, 2017
@Narretz
Copy link
Contributor

Narretz commented Dec 29, 2017

Thanks @thorn0!

Narretz pushed a commit that referenced this pull request Jan 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants