Skip to content

Commit

Permalink
fix(tabs): missing mat class on tab group (#3038)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin authored and kara committed Feb 27, 2017
1 parent cbd42f0 commit d97debe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/tabs/tab-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export type MdTabHeaderPosition = 'above' | 'below';
templateUrl: 'tab-group.html',
styleUrls: ['tab-group.css'],
host: {
'[class.mat-tab-group]': 'true',
'[class.mat-tab-group-dynamic-height]': 'dynamicHeight',
'[class.mat-tab-group-inverted-header]': 'headerPosition === "below"',
}
Expand Down

0 comments on commit d97debe

Please sign in to comment.