Add fullName pipe and change example (#3946)

This commit is contained in:
Maurizio Vitale
2018-11-07 19:26:13 +00:00
committed by Eugenio Romano
parent c885f6d303
commit 0ee592607a
9 changed files with 96 additions and 4 deletions

View File

@@ -520,7 +520,7 @@ describe('TaskListComponent', () => {
<data-column key="created" title="ADF_TASK_LIST.PROPERTIES.CREATED" class="hidden"></data-column>
<data-column key="startedBy" title="ADF_TASK_LIST.PROPERTIES.CREATED" class="desktop-only dw-dt-col-3 ellipsis-cell">
<ng-template let-entry="$implicit">
<div>{{getFullName(entry.row.obj.startedBy)}}</div>
<div>{{entry.row.obj.startedBy | fullName}}</div>
</ng-template>
</data-column>
</data-columns>