Commit c19a2e5b by Torkel Ödegaard

fix(influxdb): systemjs fix

parent 10a764c4
......@@ -10,6 +10,8 @@ define([
function (angular, _, dateMath, InfluxSeries, InfluxQuery) {
'use strict';
InfluxQuery = InfluxQuery.default;
var module = angular.module('grafana.services');
module.factory('InfluxDatasource', function($q, backendSrv, templateSrv) {
......
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