removed eventBus completely, fix field list auto complete

This commit is contained in:
Rashid Khan
2013-07-27 16:09:04 -07:00
parent f5072b2691
commit b498e1975e
5 changed files with 15 additions and 165 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
'use strict';
angular.module('kibana.controllers', [])
.controller('DashCtrl', function($scope, $rootScope, $http, $timeout, $route, ejsResource, eventBus,
.controller('DashCtrl', function($scope, $rootScope, $http, $timeout, $route, ejsResource,
fields, dashboard) {
var _d = {