Skip to content

Commit

Permalink
Closes #861
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Jan 24, 2014
1 parent 05a7a33 commit 0e9ae70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/panels/table/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ <h5>Columns</h5>
<h5>Hightlighted Fields</h5>
<form class="input-append editor-option">
<input bs-typeahead="fields.list" type="text" class="input-small" ng-model='newhighlight' ng-change="set_refresh(true)">
<button class="btn" ng-click="panel.fields = _.toggleInOut(panel.highlight,newhighlight);newhighlight=''"><i class="icon-plus"></i></button>
<button class="btn" ng-click="panel.highlight = _.toggleInOut(panel.highlight,newhighlight);newhighlight=''"><i class="icon-plus"></i></button>
</form><br>
<span style="margin-left:3px" ng-repeat="field in panel.highlight" class="label">{{field}} <i class="pointer icon-remove-sign" ng-click="panel.fields = _.toggleInOut(panel.highlight,field);set_refresh(true)" ></i></span>
<span style="margin-left:3px" ng-repeat="field in panel.highlight" class="label">{{field}} <i class="pointer icon-remove-sign" ng-click="panel.highlight = _.toggleInOut(panel.highlight,field);set_refresh(true)" ></i></span>
</div>
</div>

0 comments on commit 0e9ae70

Please sign in to comment.