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([
'angular',
'lodash',
'./directives',
'angular'
],
function (angular, _) {
function (angular) {
'use strict';
var module = angular.module('grafana.services');