Skip to content

Commit

Permalink
issue:display exclude terms in pie panel
Browse files Browse the repository at this point in the history
  • Loading branch information
jsm-oxa committed Jun 19, 2013
1 parent 0803ed1 commit 281e37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panels/pie/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<input type="number" style="width:80%" ng-model="panel.size" ng-change="get_data()">
</div>
<div class="span8">
<label class="small">Exclude Terms(s) (comma seperated)</label>
<form class="input-append" style="margin-bottom: 0px">
<label class="small">Exclude Terms(s) (comma seperated)</label>
<input array-join type="text" style="width:90%" ng-model='panel.exclude'></input>
<button class="btn" ng-click="get_data()"><i class="icon-search"></i></button>
</form>
Expand Down

0 comments on commit 281e37a

Please sign in to comment.