mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
fix agenda
This commit is contained in:
@@ -134,7 +134,6 @@
|
||||
<input matInput [ngxMatDatetimePicker]="picker1"
|
||||
placeholder="Choose a date"
|
||||
[(ngModel)]="postEvent.StartDate"
|
||||
[min]="currentDate"
|
||||
[max]="maxDate"
|
||||
[disabled]="disabled"
|
||||
>
|
||||
|
||||
@@ -87,6 +87,7 @@ export class NewEventPage implements OnInit {
|
||||
autoEndTime;
|
||||
CalendarNamesOptions = ['Oficial', 'Pessoal']
|
||||
roomId:string;
|
||||
globalEnd = new Date('1999')
|
||||
|
||||
constructor(
|
||||
private modalController: ModalController,
|
||||
|
||||
Reference in New Issue
Block a user