Skip to content

Commit 9edcfcb

Browse files
committed
Add todo for internal.
1 parent 6e1a5e0 commit 9edcfcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/radio/radio.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ export class MdRadioButton implements OnInit {
400400
/**
401401
* Triggered when the radio button received a click or the input recognized any change.
402402
* Clicking on a label element, will trigger a change event on the associated input.
403+
* TODO: internal
403404
*/
404405
_onInputChange(event: Event) {
405406
// We always have to stop propagation on the change event.

0 commit comments

Comments
 (0)