[ADF-573] support for toggling enabled state (#1912)

This commit is contained in:
Denys Vuika
2017-05-30 14:28:12 +01:00
committed by Eugenio Romano
parent 38b68a8fc1
commit a7ddf32ec4

View File

@@ -36,6 +36,9 @@ export class UploadDragAreaComponent {
* @type {boolean}
* @memberof UploadButtonComponent
*/
@Input()
enabled: boolean = true;
@Input()
showNotificationBar: boolean = true;