Commit 6d8a3ce1 by Daniel Lee

stackdriver: adds missing nginject attribute

parent f35fd0c5
...@@ -24,6 +24,7 @@ export class StackdriverAggregationCtrl { ...@@ -24,6 +24,7 @@ export class StackdriverAggregationCtrl {
alignOptions: any[]; alignOptions: any[];
target: any; target: any;
/** @ngInject */
constructor(private $scope) { constructor(private $scope) {
this.$scope.ctrl = this; this.$scope.ctrl = this;
this.target = $scope.target; this.target = $scope.target;
......
...@@ -4,6 +4,7 @@ import { FilterSegments, DefaultRemoveFilterValue } from './filter_segments'; ...@@ -4,6 +4,7 @@ import { FilterSegments, DefaultRemoveFilterValue } from './filter_segments';
import appEvents from 'app/core/app_events'; import appEvents from 'app/core/app_events';
export class StackdriverFilter { export class StackdriverFilter {
/** @ngInject */
constructor() { constructor() {
return { return {
templateUrl: 'public/app/plugins/datasource/stackdriver/partials/query.filter.html', templateUrl: 'public/app/plugins/datasource/stackdriver/partials/query.filter.html',
......
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