Fixed #2798. Removed unused components.

This commit is contained in:
ubhatnagar 2015-09-22 12:16:10 +05:30
parent 0ef8e086a2
commit e49bb1ccc0

View File

@ -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');