Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Nov 30, 2016
1 parent b86762b commit 847ebfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/demo-app/tabs/tabs-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,14 @@ <h1>Tab Group Demo - Fixed Height</h1>
</md-tab>
</md-tab-group>


<h1>Stretched Tabs</h1>

<md-tab-group class="demo-tab-group" style="height: 200px" md-stretch-tabs>
<md-tab *ngFor="let tab of tabs" [disabled]="tab.disabled">
<template md-tab-label>{{tab.label}}</template>
{{tab.content}}
</md-tab>
</md-tab-group>


<h1>Async Tabs</h1>
Expand Down

0 comments on commit 847ebfd

Please sign in to comment.