File tree 2 files changed +178
-280
lines changed
2 files changed +178
-280
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,8 @@ <h2>Date Picker</h2>
69
69
< div layout ="column " flex ="70 ">
70
70
< md-input-container >
71
71
< 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 "
73
74
placeholder ="Date "
74
75
ng-model ="date " min-date ="minDate " max-date ="maxDate ">
75
76
</ md-input-container >
@@ -78,7 +79,8 @@ <h2>Date Picker</h2>
78
79
< label > Time</ label >
79
80
< input mdc-datetime-picker date ="false " time ="true " type ="text " id ="time " short-time ="true "
80
81
class ="form-control floating-label "
81
- placeholder ="Date "
82
+ placeholder ="Time "
83
+ min-date ="minDate "
82
84
ng-model ="time ">
83
85
</ md-input-container >
84
86
@@ -94,6 +96,5 @@ <h2>Date Picker</h2>
94
96
</ div >
95
97
</ md-content >
96
98
97
-
98
99
</ body >
99
100
</ html >
You can’t perform that action at this time.
0 commit comments