* Add @ngInject to HeatmapCtrl constructor, issue #8013

* Remove unused loadPluginCss
This commit is contained in:
Alexander Zobnin
2017-04-04 11:02:25 +02:00
committed by Torkel Ödegaard
parent 48c4e549f5
commit 308d46e4ef
2 changed files with 1 additions and 1 deletions
@@ -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;
@@ -1,6 +1,5 @@
///<reference path="../../../headers/common.d.ts" />
import {loadPluginCss} from 'app/plugins/sdk';
import {HeatmapCtrl} from './heatmap_ctrl';
export {