Skip to content
Snippets Groups Projects
Commit ef142048 authored by mathias.chouet's avatar mathias.chouet
Browse files

Bug: le nom du module de calcul se mettait en erreur à cause du template...

Bug: le nom du module de calcul se mettait en erreur à cause du template générique de champ de saisie
parent c412f91a
No related branches found
No related tags found
1 merge request!29Resolve "Remplacer mdbootstrap par angular-material"
<mat-form-field>
<input matInput #inputControl="ngModel" class="form-control" type="text"
[id]="inputId" [(ngModel)]="uiValue" [placeholder]="title" required>
<mat-error>{{ errorMessage }}</mat-error>
</mat-form-field>
......@@ -4,7 +4,7 @@ import { FormulaireDefinition } from "../../formulaire/definition/form-definitio
@Component({
selector: "calc-name",
templateUrl: "../generic-input/generic-input.component.html",
templateUrl: "./calc-name.component.html",
styleUrls: [
"./calc-name.component.scss"
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment