Fixed bug in where pie panel would not stringify correctly if mode was changed

This commit is contained in:
Rashid Khan
2013-02-22 14:57:47 -07:00
parent 632b2abba7
commit ae2a3ee83f
5 changed files with 26 additions and 4 deletions
+1 -1
View File
@@ -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>