Skip to content

Commit

Permalink
fix(aot): fix typescript errors when using aot
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Sep 24, 2016
1 parent 3d04517 commit 6827be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/confirmPopover.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import {PopoverConfirmOptions} from './confirmOptions.provider';
})
export class ConfirmPopover implements AfterViewInit {

constructor(private options: PopoverConfirmOptions) {}
constructor(public options: PopoverConfirmOptions) {}

ngAfterViewInit(): void {
this.options.onAfterViewInit();
Expand Down

0 comments on commit 6827be0

Please sign in to comment.