remove template old reference in documentation (#2421)

This commit is contained in:
Eugenio Romano
2017-10-04 10:51:06 +01:00
committed by GitHub
parent c4546472f5
commit eec87c12d3
6 changed files with 22 additions and 22 deletions

View File

@@ -1233,9 +1233,9 @@ This can be changed by means of the custom html template:
```html
<adf-document-list ...>
<empty-folder-content>
<template>
<ng-template>
<h1>Sorry, no content here</h1>
</template>
</ng-template>
</empty-folder-content>
</adf-document-list>
```