Skip to content

Commit e02b7fd

Browse files
author
Joseph
committed
- First finish for time input
1 parent 7c6756c commit e02b7fd

File tree

2 files changed

+178
-280
lines changed

2 files changed

+178
-280
lines changed

index2.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ <h2>Date Picker</h2>
6969
<div layout="column" flex="70">
7070
<md-input-container>
7171
<label>Date</label>
72-
<input time="false" date="true" mdc-datetime-picker type="text" id="date" class="form-control floating-label"
72+
<input time="false" date="true" mdc-datetime-picker type="text" id="date"
73+
class="form-control floating-label"
7374
placeholder="Date"
7475
ng-model="date" min-date="minDate" max-date="maxDate">
7576
</md-input-container>
@@ -78,7 +79,8 @@ <h2>Date Picker</h2>
7879
<label>Time</label>
7980
<input mdc-datetime-picker date="false" time="true" type="text" id="time" short-time="true"
8081
class="form-control floating-label"
81-
placeholder="Date"
82+
placeholder="Time"
83+
min-date="minDate"
8284
ng-model="time">
8385
</md-input-container>
8486

@@ -94,6 +96,5 @@ <h2>Date Picker</h2>
9496
</div>
9597
</md-content>
9698

97-
9899
</body>
99100
</html>

0 commit comments

Comments
 (0)