diff --git a/src/lib/radio/radio.html b/src/lib/radio/radio.html index 4afe48a73586..26a6024a6c9b 100644 --- a/src/lib/radio/radio.html +++ b/src/lib/radio/radio.html @@ -6,7 +6,7 @@
diff --git a/src/lib/radio/radio.ts b/src/lib/radio/radio.ts index e26d8dc8d50d..46fe312952e7 100644 --- a/src/lib/radio/radio.ts +++ b/src/lib/radio/radio.ts @@ -500,8 +500,8 @@ export class MdRadioButton implements OnInit { } } - _getHostElement() { - return this._elementRef.nativeElement; + _getInputElement() { + return this._inputElement.nativeElement; } }