mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(select-popover): aot (private reference)
This commit is contained in:
@ -33,7 +33,7 @@ export class SelectPopover implements OnInit {
|
||||
this.viewController.dismiss(value);
|
||||
}
|
||||
|
||||
private options: SelectPopoverOption[];
|
||||
options: SelectPopoverOption[];
|
||||
|
||||
constructor(
|
||||
private navParams: NavParams,
|
||||
|
Reference in New Issue
Block a user