diff options
| author | Vojta Jina | 2012-01-19 00:27:32 -0800 | 
|---|---|---|
| committer | Vojta Jina | 2012-01-19 00:27:32 -0800 | 
| commit | afc241bd286f4e25852de3b0a54462ef85874263 (patch) | |
| tree | 5840546d3304af45f3085367b99ed3f58187cbe9 /docs/content/api | |
| parent | a507fb7bb331b5eb480ec21dae56170baf541ed1 (diff) | |
| download | angular.js-afc241bd286f4e25852de3b0a54462ef85874263.tar.bz2 | |
docs(inputType): fix small typo
Diffstat (limited to 'docs/content/api')
| -rw-r--r-- | docs/content/api/angular.inputType.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/api/angular.inputType.ngdoc b/docs/content/api/angular.inputType.ngdoc index 12c59989..76a907d1 100644 --- a/docs/content/api/angular.inputType.ngdoc +++ b/docs/content/api/angular.inputType.ngdoc @@ -21,7 +21,7 @@ All `inputType` widgets support:      - **`$valid`**: When widget is valid.      - **`$invalid`**: When widget is invalid.      - **`$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         widget will have `REQUIRED` validation error if empty.      - **`$disabled`**: When the `<input>` element has `disabled` attribute. | 
