Skip to content

Commit cd43fb6

Browse files
tinayuangaommalerba
authored andcommitted
docs(radio): Delete example for two-way binding (#2138)
1 parent 0a9ba8b commit cd43fb6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/lib/radio/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ A basic radio group would have the following markup.
1212
</md-radio-group>
1313
```
1414

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-
2415
A dynamic example for use inside a form showing support for `[(ngModel)]`:
2516
```html
2617
<md-radio-group [(ngModel)]="chosenOption">

0 commit comments

Comments
 (0)