diff --git a/src/components/popover/popover.ts b/src/components/popover/popover.ts index 0e015ce187..52c325fa9c 100644 --- a/src/components/popover/popover.ts +++ b/src/components/popover/popover.ts @@ -95,6 +95,8 @@ export class Popover extends ViewController { * ``` * * ```ts + * import { PopoverController } from 'ionic-angular'; + * * @Component({}) * class MyPage { * constructor(public popoverCtrl: PopoverController) {}