Skip to content

Commit 847ebfd

Browse files
committed
rebase
1 parent b86762b commit 847ebfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/demo-app/tabs/tabs-demo.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,14 @@ <h1>Tab Group Demo - Fixed Height</h1>
170170
</md-tab>
171171
</md-tab-group>
172172

173-
174173
<h1>Stretched Tabs</h1>
175174

176175
<md-tab-group class="demo-tab-group" style="height: 200px" md-stretch-tabs>
177176
<md-tab *ngFor="let tab of tabs" [disabled]="tab.disabled">
178177
<template md-tab-label>{{tab.label}}</template>
179178
{{tab.content}}
179+
</md-tab>
180+
</md-tab-group>
180181

181182

182183
<h1>Async Tabs</h1>

0 commit comments

Comments
 (0)