Added column panel, refactored panel adding from rows to include panel specific parameters. Moved call to init function to template to avoid double init

This commit is contained in:
Rashid Khan
2013-03-05 09:54:29 -07:00
parent 30f036ad3e
commit 8e15414852
43 changed files with 205 additions and 67 deletions
-1
View File
@@ -58,5 +58,4 @@ angular.module('kibana.stringquery', [])
$scope.panel.query.splice(index,1);
}
$scope.init();
});