mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
parent
9e5cd92fa9
commit
f3d4fe6209
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ var nullFormCtrl = {
|
|||
* @property {Object} $error Is an object hash, containing references to all invalid controls or
|
||||
* forms, where:
|
||||
*
|
||||
* - keys are validation tokens (error names) — such as `required`, `url` or `email`),
|
||||
* - keys are validation tokens (error names) — such as `required`, `url` or `email`,
|
||||
* - values are arrays of controls or forms that are invalid with given error.
|
||||
*
|
||||
* @description
|
||||
|
|
|
|||
Loading…
Reference in a new issue