Skip to content

Commit c0276d5

Browse files
committed
fix(select-popover): aot (private reference)
1 parent ee6c481 commit c0276d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/select/select-popover-component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class SelectPopover implements OnInit {
3333
this.viewController.dismiss(value);
3434
}
3535

36-
private options: SelectPopoverOption[];
36+
options: SelectPopoverOption[];
3737

3838
constructor(
3939
private navParams: NavParams,

0 commit comments

Comments
 (0)