This commit is contained in:
Sébastien André
2020-08-31 14:51:25 +02:00
parent fca55827e8
commit 6e7caaad36
3 changed files with 34 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
<div class="content">
<form class="formNewJumps" (ngSubmit)="onFormSubmit()" *ngIf="allDatasLoaded() else loading">
<form class="formNewJumps" (ngSubmit)="onFormSubmit()" *ngIf="notLoadingToDisplay() else loading">
<mat-form-field>
<mat-label>Choose the jump type</mat-label>
<input type="text" matInput [matAutocomplete]="autoJumpType" [(ngModel)]="selectedJumpType"