Skip to content

Commit

Permalink
Update talleres.component.html (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
floresthela authored May 7, 2020
1 parent d5943a0 commit 5309c00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/admin/talleres/talleres.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ <h5>{{ newTaller ? 'Nuevo taller:' : ' '}} </h5>
<div class="col-md-6">
<mat-form-field>
<mat-label>Fecha de inicio</mat-label>
<input matInput [matDatepicker]="picker1" [(ngModel)]="selectedTaller.fecha_inicio" [min]="fecha_actual" [max]="selectedTaller.fecha_fin">
<!-- [min]="fecha_actual" -->
<input matInput [matDatepicker]="picker1" [(ngModel)]="selectedTaller.fecha_inicio"[max]="selectedTaller.fecha_fin">
<mat-datepicker-toggle matSuffix [for]="picker1"></mat-datepicker-toggle>
<mat-datepicker #picker1></mat-datepicker>
</mat-form-field>
Expand Down

0 comments on commit 5309c00

Please sign in to comment.