Skip to content
Permalink
Browse files

docs(guide/Forms): added link to input type "date"

Closes #10415
  • Loading branch information
Dr4K4n authored and pkozlowski-opensource committed Dec 11, 2014
1 parent 8a907eb commit 6617b42bc7ea613620c7b005316bd61cd0165324
Showing with 1 addition and 1 deletion.
  1. +1 −1 docs/content/guide/forms.ngdoc
@@ -293,7 +293,7 @@ after last change.

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

0 comments on commit 6617b42

Please sign in to comment.
You can’t perform that action at this time.