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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Manolomon committed Jun 7, 2019
2 parents 3469775 + 985ed75 commit 266b372
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 266b372

Please sign in to comment.