Skip to content

Commit

Permalink
chore: revert #9971 (#10091)
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto authored and josephperrott committed Feb 22, 2018
1 parent a25786d commit 653d8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/menu/menu-directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class MatMenu implements OnInit, AfterContentInit, MatMenuPanel, OnDestro
@ViewChild(TemplateRef) templateRef: TemplateRef<any>;

/** List of the items inside of a menu. */
@ContentChildren(MatMenuItem, {descendants: true}) items: QueryList<MatMenuItem>;
@ContentChildren(MatMenuItem) items: QueryList<MatMenuItem>;

/**
* Menu content that will be rendered lazily.
Expand Down

0 comments on commit 653d8dc

Please sign in to comment.