Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Se arregla problema de recuperación de la edición del libro
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjiSomur committed Jun 7, 2019
1 parent 75000e2 commit 985ed75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/productos/libro/libro.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</mat-form-field>
<mat-form-field fxFlex appearance="outline">
<mat-label>Edición</mat-label>
<input formControlName="edicionControl" [(ngModel)]="libro.edicion" name="edicion" matInput required />
<input formControlName="edicionControl" [(ngModel)]="libro.numEdicion" name="numEdicion" matInput required />
</mat-form-field>
</div>
</div>
Expand Down

0 comments on commit 985ed75

Please sign in to comment.