Update README.md

This commit is contained in:
Mario Romano
2016-05-18 19:07:04 +01:00
parent 2e6fde6d9c
commit a1f2e48400

View File

@@ -55,11 +55,11 @@ import { ALFRESCO_ULPOAD_COMPONENT } from 'ng2-alfresco-upload/ng2-alfresco-uplo
@Component({ @Component({
selector: 'my-view', selector: 'my-view',
template: `<alfresco-upload-button [showDialogUpload]="true" template: `<alfresco-upload-button [showDialogUpload]="true"
[showUdoNotificationBar]="true" [showUdoNotificationBar]="true"
[uploadFolders]="true" [uploadFolders]="true"
[multipleFiles]="false" [multipleFiles]="false"
[acceptedFilesType]="*"> [acceptedFilesType]="*">
</alfresco-upload-button>`, </alfresco-upload-button>`,
directives: [ALFRESCO_ULPOAD_COMPONENT] directives: [ALFRESCO_ULPOAD_COMPONENT]
}) })
export class MyView { export class MyView {