docs(input[week]): add id to input element to fix e2e test

This commit is contained in:
Peter Bacon Darwin
2015-04-14 22:08:57 +01:00
parent bee6cbf45a
commit 40319a4ce2
+1 -1
View File
@@ -443,7 +443,7 @@ var inputType = {
</script>
<form name="myForm" ng-controller="DateController as dateCtrl">
<label>Pick a date between in 2013:
<input type="week" name="input" ng-model="example.value"
<input id="exampleInput" type="week" name="input" ng-model="example.value"
placeholder="YYYY-W##" min="2012-W32"
max="2013-W52" required />
</label>