This commit is contained in:
Rashid Khan
2013-08-09 11:36:52 -07:00
parent 514ef4b6bd
commit 0f14d54584
2 changed files with 1 additions and 9 deletions
-8
View File
@@ -6,14 +6,6 @@ angular.module('kibana.controllers', [])
.controller('DashCtrl', function($scope, $rootScope, $http, $timeout, $route, ejsResource,
fields, dashboard) {
var _d = {
title: "",
editable: true,
rows: [],
last: null,
style: 'dark'
};
$scope.editor = {
index: 0
};