diff --git a/app/assets/javascripts/shared/directives/question_mark_tooltip.js.coffee b/app/assets/javascripts/shared/directives/question_mark_tooltip.js.coffee index 6fa2d46ee5..3b5793d379 100644 --- a/app/assets/javascripts/shared/directives/question_mark_tooltip.js.coffee +++ b/app/assets/javascripts/shared/directives/question_mark_tooltip.js.coffee @@ -4,7 +4,7 @@ OFNShared.directive "questionMarkWithTooltip", ($tooltip)-> # Subsequently we patch the scope, template and restrictions tooltip = $tooltip 'questionMarkWithTooltip', 'questionMarkWithTooltip', 'click' tooltip.scope = - variant: "=" + context: "=" key: "=" tooltip.templateUrl = "shared/question_mark_with_tooltip_icon.html" tooltip.replace = true