Skip to content

Commit

Permalink
fix(vue): fixed popover controller (ionic-team#17865)
Browse files Browse the repository at this point in the history
  • Loading branch information
lherman-cs authored and kiku-jw committed May 16, 2019
1 parent b8679d2 commit b2b4d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue/src/controllers/popover-controller.ts
Expand Up @@ -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(
Expand Down

0 comments on commit b2b4d42

Please sign in to comment.