#46 Updated doc

This commit is contained in:
mauriziovitale84
2016-06-02 12:34:47 +01:00
parent cedddf47fc
commit 3abee3c8ac
4 changed files with 21 additions and 27 deletions

View File

@@ -22,12 +22,10 @@ import { FileDraggableDirective } from '../directives/file-draggable.directive';
declare let __moduleName: string;
/**
* <alfresco-upload-drag-area [showDialogUpload]="boolean" (onSuccess)="customMethod($event)></alfresco-upload-drag-area>
* <alfresco-upload-drag-area (onSuccess)="customMethod($event)></alfresco-upload-drag-area>
*
* This component, provide a drag and drop are to upload files to alfresco.
*
* @InputParam {boolean} [true] showDialogUpload - hide/show upload dialog .
*
* @Output - onSuccess - The event is emitted when the file is uploaded
*
* @returns {UploadDragAreaComponent} .