mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
Merge branch 'alpha50' into css-refactor
This commit is contained in:
@ -72,7 +72,7 @@ export class RadioGroup extends Ion {
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
onInit() {
|
||||
ngOnInit() {
|
||||
let header = this.headerQuery.first;
|
||||
if (header) {
|
||||
if (!header.id) {
|
||||
@ -210,8 +210,8 @@ export class RadioButton extends Ion {
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
onInit() {
|
||||
super.onInit();
|
||||
ngOnInit() {
|
||||
super.ngOnInit();
|
||||
this.group.registerRadio(this);
|
||||
this.labelId = 'label-' + this.id;
|
||||
}
|
||||
|
Reference in New Issue
Block a user