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:
Rashid Khan
2013-05-03 13:54:29 -07:00
parent c5678139ef
commit 6b6355e619
17 changed files with 82 additions and 43 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
<div ng-show="!(_.isUndefined(panel.type))">
<div ng-include src="'partials/panelgeneral.html'"></div>
<div ng-include src="edit_path(panel.type)"></div>
<div add-panel="{{panel.type}}"></div>
<button ng-click="add_panel(row,panel); reset_panel();" class="btn btn-primary">Create Panel</button><br>
</div>
</div>