mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* [ADF-1466] Ng2-activiti-tasklist module uses NO_ERRORS_SCHEMA schema, which hides underlying error * Added directives for the custom tags * Replaced empty list tags with new directives * Removed CUSTOM_ELEMENTS_SCHEMA document-list, task-list and process-list * Handled empty attachment list sceeenario in attachment list * [ADF-1466] Ng2-activiti-tasklist module uses NO_ERRORS_SCHEMA schema, which hides underlying error * Added tests for disabled and non empty attachments scenario
6 lines
261 B
HTML
6 lines
261 B
HTML
<div class="adf-empty-list_template">
|
|
<ng-content select="[adf-empty-list-header]"></ng-content>
|
|
<ng-content select="[adf-empty-list-body]"></ng-content>
|
|
<ng-content select="[adf-empty-list-footer]"></ng-content>
|
|
<ng-content></ng-content>
|
|
</div> |