Thanks to visit codestin.com Credit goes to github.com
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 cdc7db3 commit e329243Copy full SHA for e329243
src/ng/directive/input.js
@@ -132,7 +132,7 @@ var inputType = {
132
}]);
133
</script>
134
<form name="myForm" ng-controller="DateController as dateCtrl">
135
- Pick a date between in 2013:
+ Pick a date in 2013:
136
<input type="date" id="exampleInput" name="input" ng-model="value"
137
placeholder="yyyy-MM-dd" min="2013-01-01" max="2013-12-31" required />
138
<span class="error" ng-show="myForm.input.$error.required">
0 commit comments