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 fe71902 commit 8001627Copy full SHA for 8001627
src/demo-app/checkbox/checkbox-demo.html
@@ -45,14 +45,3 @@ <h1>md-checkbox: Basic Example</h1>
45
46
<h1>Nested Checklist</h1>
47
<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