Skip to content

Commit

Permalink
fix popover controller (copy-pasta error) (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
mopo922 authored and michaeltintiuc committed Jan 25, 2019
1 parent 6e3c8bc commit 4e8647b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 4e8647b

Please sign in to comment.