fix(vue): fixed popover controller (#17865)

This commit is contained in:
Lukas H Herman
2019-03-24 20:21:01 -04:00
committed by Mike Hartington
parent c148d3125b
commit 0cb7db0599

View File

@ -2,7 +2,7 @@ import { PopoverOptions } from '@ionic/core';
import { OverlayBaseController } from '../util';
import { VueDelegate } from './vue-delegate';
export const CTRL = 'ion-modal-controller';
export const CTRL = 'ion-popover-controller';
export class PopoverController extends OverlayBaseController<PopoverOptions, HTMLIonPopoverElement> {
constructor(