Commit c884e939 authored by Mathias Chouet's avatar Mathias Chouet :spaghetti:
Browse files

Ajout id bouton

Showing with 1 addition and 1 deletion
+1 -1
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<button type="button" mat-icon-button *ngIf="selectedValue" [routerLink]="['/calculator/', modelUid]"> <button type="button" mat-icon-button *ngIf="selectedValue" [routerLink]="['/calculator/', modelUid]">
<mat-icon>edit</mat-icon> <mat-icon>edit</mat-icon>
</button> </button>
<button type="button" mat-icon-button *ngIf="entries.length === 0" (click)="createModel()"> <button type="button" mat-icon-button *ngIf="entries.length === 0" (click)="createModel()" id="create-model">
<mat-icon>add</mat-icon> <mat-icon>add</mat-icon>
</button> </button>
</div> </div>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment