Update README.md

This commit is contained in:
Mario Romano 2016-05-19 02:03:40 +01:00
parent 5762db13a7
commit dde61f2302

View File

@ -41,7 +41,7 @@ This component, provide a buttons to upload files to alfresco.
[showUdoNotificationBar]="true"
[uploadFolders]="true"
[multipleFiles]="false"
[acceptedFilesType]="*">
[acceptedFilesType]=".jpg,.gif,.png,.svg">
</alfresco-upload-button>
```
@ -58,7 +58,7 @@ import { ALFRESCO_ULPOAD_COMPONENT } from 'ng2-alfresco-upload/ng2-alfresco-uplo
[showUdoNotificationBar]="true"
[uploadFolders]="true"
[multipleFiles]="false"
[acceptedFilesType]="*">
[acceptedFilesType]=".jpg,.gif,.png,.svg">
</alfresco-upload-button>`,
directives: [ALFRESCO_ULPOAD_COMPONENT]
})