We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6c481 commit c0276d5Copy full SHA for c0276d5
src/components/select/select-popover-component.ts
@@ -33,7 +33,7 @@ export class SelectPopover implements OnInit {
33
this.viewController.dismiss(value);
34
}
35
36
- private options: SelectPopoverOption[];
+ options: SelectPopoverOption[];
37
38
constructor(
39
private navParams: NavParams,
0 commit comments