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

This commit is contained in:
Denys Vuika
2017-08-01 10:17:35 +01:00
committed by Eugenio Romano
parent 38b68a8fc1
commit a7ddf32ec4
@@ -36,6 +36,9 @@ export class UploadDragAreaComponent {
* @type {boolean}
* @memberof UploadButtonComponent
*/
@Input()
enabled: boolean = true;
@Input()
showNotificationBar: boolean = true;