[ADF-3898] Fixed incorrect code sample (#4131)

This commit is contained in:
Andy Stark
2019-01-12 23:11:41 +00:00
committed by Eugenio Romano
parent a416cbab82
commit f5f0a181b4

View File

@@ -70,10 +70,10 @@ For example, if you set `filtersAppId` as follows:
```html
<adf-apps
[filtersAppId]="'[
[filtersAppId]="[
{defaultAppId: 'tasks'},
{deploymentId: '15037'},
{name : 'my app name'}]'">
{name : 'my app name'}]">
</adf-apps>
```