Skip to content

Commit 43c2eda

Browse files
committed
.
1 parent 07d3bda commit 43c2eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2>Weather</h2>
1818
<h2>Dog breeds</h2>
1919
<p>Dynamic height tabs</p>
2020

21-
<md-tab-group class="demo-tab-group" dynamicHeight [(selectedIndex)]="activeTabIndex">
21+
<md-tab-group class="demo-tab-group" dynamicHeight>
2222
<md-tab *ngFor="let tab of tabs" [disabled]="tab.disabled">
2323
<ng-template md-tab-label>{{tab.label}}</ng-template>
2424
<div class="tab-content">

0 commit comments

Comments
 (0)