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
@@ -1,4 +1,4 @@
<div class="row-fluid" ng-controller="fields">
<div class="row-fluid">
<div class="span3"><h6>Popup Position</h6>
<select class="input-small" ng-model="panel.micropanel_position" ng-options="f for f in ['top','right','bottom','left']" ng-change="reload_list();"></select></span>
</div>