Added tabs to editor panels

This commit is contained in:
Rashid Khan
2013-07-23 10:10:00 -07:00
parent cc5da00bd0
commit d22e1c43f8
8 changed files with 70 additions and 36 deletions
+5
View File
@@ -13,6 +13,11 @@ angular.module('kibana.controllers', [])
last: null
};
// For
$scope.editor = {
index: 0
};
$scope.init = function() {
$scope.config = config;