mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
replace 'template' with 'ng-template' (#2167)
This commit is contained in:
committed by
Mario Romano
parent
d9bacff0de
commit
c85bf05cb2
@@ -45,9 +45,9 @@
|
||||
[enablePagination]="false"
|
||||
data-automation-id="content-node-selector-document-list">
|
||||
<empty-folder-content>
|
||||
<template>
|
||||
<ng-template>
|
||||
<div>{{ 'NODE_SELECTOR.NO_RESULTS' | translate }}</div>
|
||||
</template>
|
||||
</ng-template>
|
||||
</empty-folder-content>
|
||||
</adf-document-list>
|
||||
</div>
|
||||
@@ -70,4 +70,4 @@
|
||||
data-automation-id="content-node-selector-actions-choose">{{ 'NODE_SELECTOR.CHOOSE' | translate }}
|
||||
</button>
|
||||
|
||||
</footer>
|
||||
</footer>
|
||||
|
Reference in New Issue
Block a user