[ADF-1458] applied custom attribute name to let changes flows into input (#2273)

This commit is contained in:
Vito
2017-09-01 06:40:32 -07:00
committed by Mario Romano
parent 9625484977
commit 738290ce37
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ export class UploadButtonComponent implements OnInit, OnChanges, NodePermissionS
@Input()
disableWithNoPermission: boolean = false;
@Input()
@Input('disabled')
disabled: boolean = false;
@Input()

View File

@@ -63,7 +63,7 @@ export class UploadDragAreaComponent implements NodePermissionSubject {
@Input()
rootFolderId: string = '-root-';
@Input()
@Input('disabled')
disabled: boolean = false;
@Input()