diff options
| -rw-r--r-- | src/ng/directive/form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/form.js b/src/ng/directive/form.js index 36f66c63..6f1f587e 100644 --- a/src/ng/directive/form.js +++ b/src/ng/directive/form.js @@ -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 |
