Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f3d4fe6

Browse files
Stéphane Reynaudpetebacondarwin
Stéphane Reynaud
authored andcommitted
docs(FormController): remove unnecessary parenthesis
Closes #4936
1 parent 9e5cd92 commit f3d4fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var nullFormCtrl = {
2121
* @property {Object} $error Is an object hash, containing references to all invalid controls or
2222
* forms, where:
2323
*
24-
* - keys are validation tokens (error names) — such as `required`, `url` or `email`),
24+
* - keys are validation tokens (error names) — such as `required`, `url` or `email`,
2525
* - values are arrays of controls or forms that are invalid with given error.
2626
*
2727
* @description

0 commit comments

Comments
 (0)