Skip to content

Commit d6b57bb

Browse files
committed
#28 add test for minDate maxDate with edit input
1 parent d249b57 commit d6b57bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h2>Datetime Pickers</h2>
134134
<label>Date/Time Picker edit input</label>
135135
<input mdc-datetime-picker date="true" time="true" type="text" id="datetimeedit"
136136
placeholder="YYYY-MM-DD HH:MM" show-todays-date minutes="true"
137-
min-date="date" edit-input="true" show-icon="true"
137+
min-date="minDate" max-date="maxDate" edit-input="true" show-icon="true"
138138
ng-model="dateTimeEdit">
139139
</md-input-container>
140140
<div flex-gt-md="grow" ex-source-code target="input"></div>

0 commit comments

Comments
 (0)