Skip to content

Commit 4a7ebee

Browse files
author
Jens Vannerum
committed
117544: fix remaining bug
1 parent f65d6c5 commit 4a7ebee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/btn-disabled.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Directive, Input, HostBinding, HostListener } from '@angular/core';
1212
*/
1313
export class BtnDisabledDirective {
1414

15-
@Input() set dsDisabled(value: boolean) {
15+
@Input() set dsBtnDisabled(value: boolean) {
1616
this.isDisabled = !!value;
1717
}
1818

0 commit comments

Comments
 (0)