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 07d3bda commit 43c2edaCopy full SHA for 43c2eda
src/demo-app/a11y/tabs/tabs-a11y.html
@@ -18,7 +18,7 @@ <h2>Weather</h2>
18
<h2>Dog breeds</h2>
19
<p>Dynamic height tabs</p>
20
21
- <md-tab-group class="demo-tab-group" dynamicHeight [(selectedIndex)]="activeTabIndex">
+ <md-tab-group class="demo-tab-group" dynamicHeight>
22
<md-tab *ngFor="let tab of tabs" [disabled]="tab.disabled">
23
<ng-template md-tab-label>{{tab.label}}</ng-template>
24
<div class="tab-content">
0 commit comments