replace 'template' with 'ng-template' (#2167)

This commit is contained in:
Denys Vuika
2017-08-02 14:27:59 +01:00
committed by Mario Romano
parent d9bacff0de
commit c85bf05cb2
2 changed files with 5 additions and 5 deletions

View File

@@ -96,9 +96,9 @@
title="{{'DOCUMENT_LIST.COLUMNS.TAG' | translate}}"
key="id"
class="full-width ellipsis-cell">
<template let-entry="$implicit">
<ng-template let-entry="$implicit">
<alfresco-tag-node-list [nodeId]="entry.data.getValue(entry.row, entry.col)"></alfresco-tag-node-list>
</template>
</ng-template>
</data-column>
-->
<data-column