We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9bf93d commit d224fe8Copy full SHA for d224fe8
src/ng/directive/input.js
@@ -514,7 +514,7 @@ var inputType = {
514
}]);
515
</script>
516
<form name="myForm" ng-controller="DateController as dateCtrl">
517
- Pick a month int 2013:
+ Pick a month in 2013:
518
<input id="exampleInput" type="month" name="input" ng-model="value"
519
placeholder="yyyy-MM" min="2013-01" max="2013-12" required />
520
<span class="error" ng-show="myForm.input.$error.required">
0 commit comments