Skip to content

Commit

Permalink
docs(radio): Delete example for two-way binding (#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinayuangao authored and mmalerba committed Dec 9, 2016
1 parent 0a9ba8b commit cd43fb6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/lib/radio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ A basic radio group would have the following markup.
</md-radio-group>
```

A dynamic example, populated from a `data` variable:
```html
<md-radio-group [(value)]="groupValue">
<md-radio-button *ngFor="let d of data" [value]="d.value">
{{d.label}}
</md-radio-button>
</md-radio-group>
```

A dynamic example for use inside a form showing support for `[(ngModel)]`:
```html
<md-radio-group [(ngModel)]="chosenOption">
Expand Down

0 comments on commit cd43fb6

Please sign in to comment.