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 5da676e commit e7f145dCopy full SHA for e7f145d
src/lib/tabs/tab-group.ts
@@ -65,7 +65,7 @@ export class MdTabGroup {
65
/** Snapshot of the height of the tab body wrapper before another tab is activated. */
66
private _tabBodyWrapperHeight: number = null;
67
68
- /** Whether the tab group should grow to the size of the active tab */
+ /** Whether the tab group should grow to the size of the active tab. */
69
@Input()
70
get dynamicHeight(): boolean { return this._dynamicHeight; }
71
set dynamicHeight(value: boolean) { this._dynamicHeight = coerceBooleanProperty(value); }
0 commit comments