Merge pull request #2799 from utkarshcmu/master

Fixed #2798. Removed unused components.
This commit is contained in:
Torkel Ödegaard
2015-09-22 08:50:00 +02:00
@@ -1,9 +1,7 @@
define([
'angular',
'lodash',
'./directives',
'angular'
],
function (angular, _) {
function (angular) {
'use strict';
var module = angular.module('grafana.services');