Commit 308d46e4 by Alexander Zobnin Committed by Torkel Ödegaard

Fix 8013 (#8027)

* Add @ngInject to HeatmapCtrl constructor, issue #8013

* Remove unused loadPluginCss
parent 48c4e549
......@@ -99,6 +99,7 @@ export class HeatmapCtrl extends MetricsPanelCtrl {
timeSrv: any;
dataWarning: any;
/** @ngInject */
constructor($scope, $injector, private $rootScope, timeSrv) {
super($scope, $injector);
this.$rootScope = $rootScope;
......
///<reference path="../../../headers/common.d.ts" />
import {loadPluginCss} from 'app/plugins/sdk';
import {HeatmapCtrl} from './heatmap_ctrl';
export {
......
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