Fixed bug in where pie panel would not stringify correctly if mode was changed
This commit is contained in:
@@ -97,6 +97,6 @@
|
||||
</div>
|
||||
<div class="span2">
|
||||
<label class="small">Mode</label>
|
||||
<select class="input-small" ng-model="panel.mode" ng-options="f for f in ['query','terms','goal']"></select>
|
||||
<select class="input-small" ng-change="set_mode(panel.mode)" ng-model="panel.mode" ng-options="f for f in ['query','terms','goal']"></select>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user