[ADF-1981] Continous loading of task details if task list is empty

This commit is contained in:
Eugenio Romano
2017-11-22 17:32:37 +00:00
parent 01ff35a786
commit 7870772fbd
3 changed files with 26 additions and 27 deletions

View File

@@ -6,10 +6,10 @@
(executeRowAction)="onExecuteRowAction($event)">
<adf-empty-list *ngIf="isEmpty()">
<div adf-empty-list-header class="adf-empty-list-header" *ngIf="!isCustomTemplateDefined()">
<div *ngIf="!isCustomTemplateDefined()" adf-empty-list-header class="adf-empty-list-header">
{{'ADF_TASK_LIST.ATTACHMENT.EMPTY.HEADER' | translate}}
</div>
<div *ngIf="!isDisabled()" #customEmptyListTemplate class="adf-custom-empty-template">
<div *ngIf="isCustomTemplateDefined()" #customEmptyListTemplate class="adf-custom-empty-template">
<ng-content select="[adf-empty-list]"></ng-content>
</div>
</adf-empty-list>