diff options
| author | jesse | 2014-01-05 17:04:02 -0800 | 
|---|---|---|
| committer | Tobias Bosch | 2014-01-06 16:44:52 -0800 | 
| commit | 53fd24ffcb87d34cd7a171074509e94ffee88bbf (patch) | |
| tree | 059808856102f2187814345b49b9b41229895730 /src/ng/directive/form.js | |
| parent | eb90672aae0fae1fdcd8b05b14b04f1e6818662b (diff) | |
| download | angular.js-53fd24ffcb87d34cd7a171074509e94ffee88bbf.tar.bz2 | |
docs(form): changed capitalization in CSS classes section
In order to improve readability from "Is set" (confused on my screen as 'Ls set') updated the
capitalization describing the setting of 4 CSS classes.
Closes #5642
Diffstat (limited to 'src/ng/directive/form.js')
| -rw-r--r-- | src/ng/directive/form.js | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/src/ng/directive/form.js b/src/ng/directive/form.js index 0cd70844..06ffad86 100644 --- a/src/ng/directive/form.js +++ b/src/ng/directive/form.js @@ -249,10 +249,10 @@ function FormController(element, attrs) {   *   *   * # CSS classes - *  - `ng-valid` Is set if the form is valid. - *  - `ng-invalid` Is set if the form is invalid. - *  - `ng-pristine` Is set if the form is pristine. - *  - `ng-dirty` Is set if the form is dirty. + *  - `ng-valid` is set if the form is valid. + *  - `ng-invalid` is set if the form is invalid. + *  - `ng-pristine` is set if the form is pristine. + *  - `ng-dirty` is set if the form is dirty.   *   *   * # Submitting a form and preventing the default action | 
