mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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