mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-05 05:34:43 +00:00
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
This commit is contained in:
parent
eb90672aae
commit
53fd24ffcb
1 changed files with 4 additions and 4 deletions
|
|
@ -249,10 +249,10 @@ function FormController(element, attrs) {
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* # CSS classes
|
* # CSS classes
|
||||||
* - `ng-valid` Is set if the form is valid.
|
* - `ng-valid` is set if the form is valid.
|
||||||
* - `ng-invalid` Is set if the form is invalid.
|
* - `ng-invalid` is set if the form is invalid.
|
||||||
* - `ng-pristine` Is set if the form is pristine.
|
* - `ng-pristine` is set if the form is pristine.
|
||||||
* - `ng-dirty` Is set if the form is dirty.
|
* - `ng-dirty` is set if the form is dirty.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* # Submitting a form and preventing the default action
|
* # Submitting a form and preventing the default action
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue