docs(FormController): remove unnecessary parenthesis

Closes #4936
This commit is contained in:
Stéphane Reynaud 2013-11-13 13:27:58 +01:00 committed by Pete Bacon Darwin
parent 9e5cd92fa9
commit f3d4fe6209

View file

@ -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