diff options
| author | Stéphane Reynaud | 2013-11-13 13:27:58 +0100 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-14 14:09:09 +0000 | 
| commit | f3d4fe62094467ec786efecf25296da81c6fa61c (patch) | |
| tree | 534af7b0e6c0d5b341395b54164be43a1730eeef /src/ng/directive/form.js | |
| parent | 9e5cd92fa90c9f0932b69d8df2ee3dfaec4c2cd7 (diff) | |
| download | angular.js-f3d4fe62094467ec786efecf25296da81c6fa61c.tar.bz2 | |
docs(FormController): remove unnecessary parenthesis
Closes #4936
Diffstat (limited to 'src/ng/directive/form.js')
| -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 | 
