Skip to content

Commit 5da676e

Browse files
authored
docs(tabs): Fix missing api description
1 parent 49dfe60 commit 5da676e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/tabs/tab-group.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ export class MdTabGroup {
6666
private _tabBodyWrapperHeight: number = null;
6767

6868
/** Whether the tab group should grow to the size of the active tab */
69-
private _dynamicHeight: boolean = false;
7069
@Input()
7170
get dynamicHeight(): boolean { return this._dynamicHeight; }
7271
set dynamicHeight(value: boolean) { this._dynamicHeight = coerceBooleanProperty(value); }
72+
private _dynamicHeight: boolean = false;
7373

7474
/** @deprecated */
7575
@Input('md-dynamic-height')

0 commit comments

Comments
 (0)