Skip to content

Commit

Permalink
Remove md-sidenav-layout alias for md-sidenav-container (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored and tinayuangao committed Jan 13, 2017
1 parent 2031e06 commit 5db0ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/sidenav/sidenav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export class MdSidenav implements AfterContentInit {
*/
@Component({
moduleId: module.id,
selector: 'md-sidenav-container, mat-sidenav-container, md-sidenav-layout, mat-sidenav-layout',
selector: 'md-sidenav-container, mat-sidenav-container',
// Do not use ChangeDetectionStrategy.OnPush. It does not work for this component because
// technically it is a sibling of MdSidenav (on the content tree) and isn't updated when MdSidenav
// changes its state.
Expand Down

0 comments on commit 5db0ad8

Please sign in to comment.