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 bee6cbf commit 40319a4Copy full SHA for 40319a4
src/ng/directive/input.js
@@ -443,7 +443,7 @@ var inputType = {
443
</script>
444
<form name="myForm" ng-controller="DateController as dateCtrl">
445
<label>Pick a date between in 2013:
446
- <input type="week" name="input" ng-model="example.value"
+ <input id="exampleInput" type="week" name="input" ng-model="example.value"
447
placeholder="YYYY-W##" min="2012-W32"
448
max="2013-W52" required />
449
</label>
0 commit comments