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

@@ -69,10 +69,10 @@ This can be changed by adding the following custom html template:
```html
<adf-task-details [taskId]="taskId">
<no-task-details-template>
<template>
<ng-template>
<h1>Sorry, no tasks here</h1>
<img src="example.jpg">
</template>
</ng-template>
</no-task-details-template>
</adf-task-details>
```