mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'master' of github.com:grafana/grafana
This commit is contained in:
commit
c369350ca7
@ -1,9 +1,7 @@
|
|||||||
define([
|
define([
|
||||||
'angular',
|
'angular'
|
||||||
'lodash',
|
|
||||||
'./directives',
|
|
||||||
],
|
],
|
||||||
function (angular, _) {
|
function (angular) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var module = angular.module('grafana.services');
|
var module = angular.module('grafana.services');
|
||||||
|
Loading…
Reference in New Issue
Block a user