Skip to content

Commit 40319a4

Browse files
docs(input[week]): add id to input element to fix e2e test
1 parent bee6cbf commit 40319a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ var inputType = {
443443
</script>
444444
<form name="myForm" ng-controller="DateController as dateCtrl">
445445
<label>Pick a date between in 2013:
446-
<input type="week" name="input" ng-model="example.value"
446+
<input id="exampleInput" type="week" name="input" ng-model="example.value"
447447
placeholder="YYYY-W##" min="2012-W32"
448448
max="2013-W52" required />
449449
</label>

0 commit comments

Comments
 (0)