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

docs(input[checkbox]): Incorrect @param #16219

Closed
wants to merge 2 commits into from

Conversation

melbourne2991
Copy link
Contributor

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Docs update

What is the current behavior? (You can also link to an open issue here)

Incorrect @param description

What is the new behavior (if this is a feature change)?

Correct @param descriptions

Does this PR introduce a breaking change?

No

Please check if the PR fulfills these requirements

Other information:

@@ -1100,7 +1100,7 @@ var inputType = {
* Can be interpolated.
* @param {string=} step Sets the `step` validation to ensure that the value entered matches the `step`
* Can be interpolated.
* @param {string=} ngChange AngularJS expression to be executed when the ngModel value changes due
* @param {expression=} ngChange AngularJS expression to be executed when the ngModel value changes due
* to user interaction with the input element.
Copy link
Member

Choose a reason for hiding this comment

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

Nit: Can you align this line right under ngChange (to be consistent with the rest)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

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