Skip to content

Commit

Permalink
#1625 Filter observable list using ignoreSimilarity icon clicks
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani authored and To-om committed Nov 13, 2020
1 parent 2f9fc62 commit 745e6c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h4>
<span ng-click="addFilterValue('sighted', artifact.sighted)" ng-if="artifact.sighted" class="clickable fa fa-toggle-on" uib-tooltip="has been sighted" tooltip-popup-delay="500" tooltip-placement="bottom"></span>
</td>
<td>
<span ng-if="artifact.ignoreSimilarity" class="fa fa-chain-broken" uib-tooltip="ignored from similarity" tooltip-popup-delay="500" tooltip-placement="bottom"></span>
<span ng-click="addFilterValue('ignoreSimilarity', artifact.ignoreSimilarity)" ng-if="artifact.ignoreSimilarity" class="clickable fa fa-chain-broken" uib-tooltip="ignored from similarity" tooltip-popup-delay="500" tooltip-placement="bottom"></span>
</td>
<td>
<span
Expand Down

0 comments on commit 745e6c9

Please sign in to comment.