aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/form.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ng/directive/form.js')
-rw-r--r--src/ng/directive/form.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/form.js b/src/ng/directive/form.js
index b55eec6d..c5e39cde 100644
--- a/src/ng/directive/form.js
+++ b/src/ng/directive/form.js
@@ -36,7 +36,7 @@ var nullFormCtrl = {
* - `pattern`
* - `required`
* - `url`
- *
+ *
* @description
* `FormController` keeps track of all its controls and nested forms as well as state of them,
* such as being valid/invalid or dirty/pristine.