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

Commit e9c5be5

Browse files
Cyril Lakechcaitp
Cyril Lakech
authored andcommitted
docs(form.FormController): add date parse error tokens to FormController.$error
☆.。.:・゜☆ Closes #9743 ☆.。.:・゜☆
1 parent 5d7763e commit e9c5be5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: src/ng/directive/form.js

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ function nullFormRenameControl(control, name) {
4444
* - `pattern`
4545
* - `required`
4646
* - `url`
47+
* - `date`
48+
* - `datetimelocal`
49+
* - `time`
50+
* - `week`
51+
* - `month`
4752
*
4853
* @description
4954
* `FormController` keeps track of all its controls and nested forms as well as the state of them,

0 commit comments

Comments
 (0)