Skip to content

Commit

Permalink
sdd
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdii909 committed Dec 8, 2022
1 parent 09079f5 commit 65a5add
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/app/models/missionModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@ export interface MissionModel{
camion:any;
chauffeur:any;




}
2 changes: 1 addition & 1 deletion src/app/pages/mission/dialog-mission.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2 mat-dialog-title>Ajouter une mission</h2>
<div class="form-group">
<label for="clients">Client</label>
<select class="form-control" [(ngModel)]="data.client" name="clients" id="clients">
<option *ngFor="let item of clients" [value]="(item.id)">{{item.nom}}</option>
<option *ngFor="let item of clients" [value]="jsonToStr(item)">{{item.nom}}</option>
</select>
</div>

Expand Down

0 comments on commit 65a5add

Please sign in to comment.