Skip to content

Commit 29f754a

Browse files
committed
chore(*): fix input field
1 parent 2e992de commit 29f754a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/dialog/dialog.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class IgxDialogComponent implements IToggleView, OnInit, OnDestroy, After
5959
private static readonly DIALOG_CLASS = 'igx-dialog';
6060

6161

62-
62+
6363
@ViewChild(IgxToggleDirective, { static: true })
6464
public toggleRef: IgxToggleDirective;
6565

@@ -384,7 +384,7 @@ export class IgxDialogComponent implements IToggleView, OnInit, OnDestroy, After
384384
* <igx-dialog [(isOpen)]='model.isOpen'></igx-dialog>
385385
* ```
386386
*/
387-
387+
@Input()
388388
public get isOpen() {
389389
return !this.toggleRef.collapsed;
390390
}

0 commit comments

Comments
 (0)