Commit 2ccc1918 by Torkel Ödegaard

fix(text panel): fix for text panel in optimized builds, introduced in recent…

fix(text panel): fix for text panel in optimized builds, introduced in recent commit due to plugin api changes
parent b4d595e5
...@@ -10,6 +10,7 @@ function (angular, app, _, require, PanelMeta) { ...@@ -10,6 +10,7 @@ function (angular, app, _, require, PanelMeta) {
var converter; var converter;
/** @ngInject */
function TextPanelCtrl($scope, templateSrv, $sce, panelSrv) { function TextPanelCtrl($scope, templateSrv, $sce, panelSrv) {
$scope.panelMeta = new PanelMeta({ $scope.panelMeta = new PanelMeta({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment