This commit is contained in:
Grzegorz Pietrusza
2017-02-04 14:30:24 +00:00
parent 220b65afd2
commit a3019a9789
+4 -3
View File
@@ -1,8 +1,9 @@
///<reference path="../../headers/common.d.ts" />
import angular from "angular";
import $ from "jquery";
import Drop from "tether-drop";
import angular from 'angular';
import $ from 'jquery';
import _ from 'lodash';
import Drop from 'tether-drop';
var module = angular.module('grafana.directives');