Skip to content

Commit cd18cd1

Browse files
committed
fix review comment
1 parent 7a80b1b commit cd18cd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dialog/overflow-menu/overflow-menu-option.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ export class OverflowMenuOption implements AfterViewInit {
6161
@Output() selected: EventEmitter<any> = new EventEmitter();
6262

6363
public tabIndex = -1;
64-
64+
// note: title must be a real attribute (i.e. not a getter) as of Angular@6 due to
65+
// change after checked errors
6566
public title = null;
6667

6768
constructor(protected elementRef: ElementRef) {}

0 commit comments

Comments
 (0)