Explorar el Código

added /** @nginject */

Patrick O'Carroll hace 8 años
padre
commit
328141e7c9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      public/app/plugins/datasource/elasticsearch/bucket_agg.ts

+ 1 - 0
public/app/plugins/datasource/elasticsearch/bucket_agg.ts

@@ -17,6 +17,7 @@ export function elasticBucketAgg() {
 }
 
 export class ElasticBucketAggCtrl {
+  /** @nginject */
   constructor($scope, uiSegmentSrv, $q, $rootScope) {
     var bucketAggs = $scope.target.bucketAggs;