Skip to content
Snippets Groups Projects
Commit 68a81aa0 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13581 TIME 0 fix

parent cb3a7062
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<div *ngIf="loading" class="loading"> <div *ngIf="loading" class="loading">
<mat-spinner style="margin:auto;"></mat-spinner> <mat-spinner style="margin:auto;"></mat-spinner>
</div> </div>
<mat-tab-group #pjList style="width: 100%;" [(selectedIndex)]="indexTab" (selectedIndexChange)="test($event)" *ngIf="!loading"> <mat-tab-group #pjList style="width: 100%;" [(selectedIndex)]="indexTab" (selectedIndexChange)="updateFile($event)" *ngIf="!loading">
<mat-tab *ngFor="let attachment of attachments; let i=index" [disabled]="isDocLoading()"> <mat-tab *ngFor="let attachment of attachments; let i=index" [disabled]="isDocLoading()">
<ng-template mat-tab-label> <ng-template mat-tab-label>
<span [class.complete]="isPjValid(i)">PJ n°{{i+1}}&nbsp;<i *ngIf="isPjValid(i)" <span [class.complete]="isPjValid(i)">PJ n°{{i+1}}&nbsp;<i *ngIf="isPjValid(i)"
......
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