stackdriver: adds missing nginject attribute

(cherry picked from commit 6d8a3ce1a3)
This commit is contained in:
Daniel Lee
2018-10-03 15:26:57 +02:00
committed by bergquist
parent 2e0165e80a
commit 62f85c3772
2 changed files with 2 additions and 0 deletions
@@ -24,6 +24,7 @@ export class StackdriverAggregationCtrl {
alignOptions: any[];
target: any;
/** @ngInject */
constructor(private $scope) {
this.$scope.ctrl = this;
this.target = $scope.target;
@@ -4,6 +4,7 @@ import { FilterSegments, DefaultRemoveFilterValue } from './filter_segments';
import appEvents from 'app/core/app_events';
export class StackdriverFilter {
/** @ngInject */
constructor() {
return {
templateUrl: 'public/app/plugins/datasource/stackdriver/partials/query.filter.html',