diff --git a/src/app/material-timepicker/components/timepicker-period/ngx-material-timepicker-period.component.html b/src/app/material-timepicker/components/timepicker-period/ngx-material-timepicker-period.component.html index e5ceafcb..1ed09729 100644 --- a/src/app/material-timepicker/components/timepicker-period/ngx-material-timepicker-period.component.html +++ b/src/app/material-timepicker/components/timepicker-period/ngx-material-timepicker-period.component.html @@ -1,10 +1,12 @@
+ (click)="changePeriod(timePeriod.AM)" + type="button">AM + (click)="changePeriod(timePeriod.PM)" + type="button">PM

Current time would be invalid in this period.