[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 6f37612563
commit 99c7bde6b6

View File

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