Added ability to customize interval in histogram, issue #7. Also fixed bug that caused editor and panel to be in different scopes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div ng-controller="column">
|
||||
<div>
|
||||
<div class="row-fluid">
|
||||
<h4>Add Panel to Column</h4>
|
||||
<select class="input-medium" ng-model="new_panel.type" ng-options="f for f in _.without(config.modules,'column')| stringSort" ng-change="reset_panel(new_panel.type);send_render();"></select>
|
||||
|
||||
Reference in New Issue
Block a user