[ADF-1871] Tasklist IE 11 crash

This commit is contained in:
Eugenio Romano
2017-11-23 01:23:04 +00:00
parent d7b790f2bb
commit d2e1dc5aed
3 changed files with 21 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
<div class="adf-property-list">
<ng-container *ngFor="let property of properties">
<div *ngFor="let property of properties">
<div [attr.data-automation-id]="'header-'+property.key" class="adf-property">
<adf-card-view-item-dispatcher [property]="property" [editable]="editable"></adf-card-view-item-dispatcher>
</div>
</ng-container>
</div>
</div>