diff --git a/public/app/core/components/info_popover.ts b/public/app/core/components/info_popover.ts index 9c5694188d6..70451465930 100644 --- a/public/app/core/components/info_popover.ts +++ b/public/app/core/components/info_popover.ts @@ -8,7 +8,7 @@ export function infoPopover() { restrict: 'E', template: '', transclude: true, - link: (scope: any, elem: any, attrs: any, transclude: any) => { + link: (scope: any, elem: any, attrs: any, ctrl: any, transclude: any) => { const offset = attrs.offset || '0 -10px'; const position = attrs.position || 'right middle'; let classes = 'drop-help drop-hide-out-of-bounds';