diff --git a/ionic/components/radio/radio.ts b/ionic/components/radio/radio.ts index 5def8a1280..b1fbd5642a 100644 --- a/ionic/components/radio/radio.ts +++ b/ionic/components/radio/radio.ts @@ -142,7 +142,6 @@ export class RadioGroup { constructor(@Optional() ngControl: NgControl, private _renderer: Renderer, private _elementRef: ElementRef) { this.ngControl = ngControl; this.id = ++radioGroupIds; - this.radioIds = -1; this.onChange = (_) => {}; this.onTouched = (_) => {};