From d034a7c05b96a1cde26b3ca57a6547b1ca8c116c Mon Sep 17 00:00:00 2001 From: Cyril Lakech Date: Wed, 22 Oct 2014 14:16:36 +0200 Subject: [PATCH 1/2] docs(form.FormController): add 'date' token to FormController $error property --- src/ng/directive/form.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ng/directive/form.js b/src/ng/directive/form.js index 86115a81bcca..971aa2518bfd 100644 --- a/src/ng/directive/form.js +++ b/src/ng/directive/form.js @@ -44,6 +44,7 @@ function nullFormRenameControl(control, name) { * - `pattern` * - `required` * - `url` + * - `date` * * @description * `FormController` keeps track of all its controls and nested forms as well as the state of them, From e11d101f072cdbab342d810c330ce9d9609c7844 Mon Sep 17 00:00:00 2001 From: Cyril Lakech Date: Wed, 22 Oct 2014 16:22:03 +0200 Subject: [PATCH 2/2] fixup! docs(form.FormController): add 'date' token to FormController $error property --- src/ng/directive/form.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ng/directive/form.js b/src/ng/directive/form.js index 971aa2518bfd..411ce6cbb503 100644 --- a/src/ng/directive/form.js +++ b/src/ng/directive/form.js @@ -45,6 +45,10 @@ function nullFormRenameControl(control, name) { * - `required` * - `url` * - `date` + * - `datetimelocal` + * - `time` + * - `week` + * - `month` * * @description * `FormController` keeps track of all its controls and nested forms as well as the state of them,