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 6e1a5e0 commit 9edcfcbCopy full SHA for 9edcfcb
src/components/radio/radio.ts
@@ -400,6 +400,7 @@ export class MdRadioButton implements OnInit {
400
/**
401
* Triggered when the radio button received a click or the input recognized any change.
402
* Clicking on a label element, will trigger a change event on the associated input.
403
+ * TODO: internal
404
*/
405
_onInputChange(event: Event) {
406
// We always have to stop propagation on the change event.
0 commit comments