Skip to content

Commit 6617b42

Browse files
Dr4K4npkozlowski-opensource
authored andcommitted
docs(guide/Forms): added link to input type "date"
Closes angular#10415
1 parent 8a907eb commit 6617b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/forms.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ after last change.
293293

294294
Angular provides basic implementation for most common HTML5 {@link ng.directive:input input}
295295
types: ({@link input[text] text}, {@link input[number] number}, {@link input[url] url},
296-
{@link input[email] email}, {@link input[radio] radio}, {@link input[checkbox] checkbox}),
296+
{@link input[email] email}, {@link input[date] date}, {@link input[radio] radio}, {@link input[checkbox] checkbox}),
297297
as well as some directives for validation (`required`, `pattern`, `minlength`, `maxlength`,
298298
`min`, `max`).
299299

0 commit comments

Comments
 (0)