Skip to content

Commit

Permalink
fix(select-popover): aot (private reference)
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Apr 27, 2017
1 parent ee6c481 commit c0276d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/select/select-popover-component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class SelectPopover implements OnInit {
this.viewController.dismiss(value);
}

private options: SelectPopoverOption[];
options: SelectPopoverOption[];

constructor(
private navParams: NavParams,
Expand Down

0 comments on commit c0276d5

Please sign in to comment.