mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-12 08:53:10 +00:00
docs(inputType): fix small typo
This commit is contained in:
parent
a507fb7bb3
commit
afc241bd28
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ All `inputType` widgets support:
|
||||||
- **`$valid`**: When widget is valid.
|
- **`$valid`**: When widget is valid.
|
||||||
- **`$invalid`**: When widget is invalid.
|
- **`$invalid`**: When widget is invalid.
|
||||||
- **`$pristine`**: When widget has not been modified by user interaction.
|
- **`$pristine`**: When widget has not been modified by user interaction.
|
||||||
- **`$dirty`**: When user has been modified do to user interaction.
|
- **`$dirty`**: When user has been modified by user interaction.
|
||||||
- **`$required`**: When the `<input>` element has `required` attribute. This means that the
|
- **`$required`**: When the `<input>` element has `required` attribute. This means that the
|
||||||
widget will have `REQUIRED` validation error if empty.
|
widget will have `REQUIRED` validation error if empty.
|
||||||
- **`$disabled`**: When the `<input>` element has `disabled` attribute.
|
- **`$disabled`**: When the `<input>` element has `disabled` attribute.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue