diff --git a/src/ng/directive/form.js b/src/ng/directive/form.js index 86115a81bcca..411ce6cbb503 100644 --- a/src/ng/directive/form.js +++ b/src/ng/directive/form.js @@ -44,6 +44,11 @@ function nullFormRenameControl(control, name) { * - `pattern` * - `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,