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 committed Nov 8, 2020
1 parent 5230926 commit 1dc0a4f
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 1dc0a4f

Please sign in to comment.