Parcourir la source

cloudwatch: fixed optimized build issue, fixes #10174

Torkel Ödegaard il y a 8 ans
Parent
commit
22643eb109

+ 1 - 0
public/app/plugins/datasource/cloudwatch/query_parameter_ctrl.ts

@@ -19,6 +19,7 @@ export class CloudWatchQueryParameter {
 
 export class CloudWatchQueryParameterCtrl {
 
+  /** @ngInject */
   constructor($scope, templateSrv, uiSegmentSrv, datasourceSrv, $q) {
 
     $scope.init = function() {