From a1f2e48400a1900bad8b7a0d74a2957e636dd5d3 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Wed, 18 May 2016 19:07:04 +0100 Subject: [PATCH] Update README.md --- ng2-components/ng2-alfresco-upload/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ng2-components/ng2-alfresco-upload/README.md b/ng2-components/ng2-alfresco-upload/README.md index d6393c7f9e..dd552bb49e 100644 --- a/ng2-components/ng2-alfresco-upload/README.md +++ b/ng2-components/ng2-alfresco-upload/README.md @@ -55,11 +55,11 @@ import { ALFRESCO_ULPOAD_COMPONENT } from 'ng2-alfresco-upload/ng2-alfresco-uplo @Component({ selector: 'my-view', template: ` - `, + [showUdoNotificationBar]="true" + [uploadFolders]="true" + [multipleFiles]="false" + [acceptedFilesType]="*"> + `, directives: [ALFRESCO_ULPOAD_COMPONENT] }) export class MyView {