We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49dfe60 commit 5da676eCopy full SHA for 5da676e
src/lib/tabs/tab-group.ts
@@ -66,10 +66,10 @@ export class MdTabGroup {
66
private _tabBodyWrapperHeight: number = null;
67
68
/** Whether the tab group should grow to the size of the active tab */
69
- private _dynamicHeight: boolean = false;
70
@Input()
71
get dynamicHeight(): boolean { return this._dynamicHeight; }
72
set dynamicHeight(value: boolean) { this._dynamicHeight = coerceBooleanProperty(value); }
+ private _dynamicHeight: boolean = false;
73
74
/** @deprecated */
75
@Input('md-dynamic-height')
0 commit comments