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 0a9ba8b commit cd43fb6Copy full SHA for cd43fb6
src/lib/radio/README.md
@@ -12,15 +12,6 @@ A basic radio group would have the following markup.
12
</md-radio-group>
13
```
14
15
-A dynamic example, populated from a `data` variable:
16
-```html
17
-<md-radio-group [(value)]="groupValue">
18
- <md-radio-button *ngFor="let d of data" [value]="d.value">
19
- {{d.label}}
20
- </md-radio-button>
21
-</md-radio-group>
22
-```
23
-
24
A dynamic example for use inside a form showing support for `[(ngModel)]`:
25
```html
26
<md-radio-group [(ngModel)]="chosenOption">
0 commit comments