Skip to content

Commit 8001627

Browse files
committed
sync
1 parent fe71902 commit 8001627

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/demo-app/checkbox/checkbox-demo.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,3 @@ <h1>md-checkbox: Basic Example</h1>
4545

4646
<h1>Nested Checklist</h1>
4747
<md-checkbox-demo-nested-checklist></md-checkbox-demo-nested-checklist>
48-
49-
<div [style.display]="flex ? 'flex' : 'block'" [style.align-items]="center ? 'center' : ''">
50-
<md-checkbox (change)="flex = $event.checked">Toggle Flex</md-checkbox>
51-
<md-input placeholder="An Input"></md-input>
52-
<md-select placeholder="A Select">
53-
<md-option *ngFor="let option of ['One', 'Two', 'Three']" [value]="option">{{ option }}</md-option>
54-
</md-select>
55-
<md-checkbox (change)="center = $event.checked">Toggle Align</md-checkbox>
56-
<md-radio-button>Radio button</md-radio-button>
57-
<button md-raised-button>Button</button>
58-
</div>

0 commit comments

Comments
 (0)