Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(facet): fix active term facet aria
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Wilson committed Jun 22, 2016
1 parent d824d18 commit 1d957c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/components/facets/templates/facet.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
data-ng-keypress="remove(tc.name, term.key, $event)"
tabindex="0"
class="facet-term-label">
<i class="fa fa-check-square-o" aria-controls="data-table" aria-checked="false"></i>
<i class="fa fa-check-square-o" aria-controls="data-table" aria-checked="true"></i>
<span data-ng-if="tc.name.indexOf('project_id') !== -1"
data-uib-tooltip="{{ ::ProjectsService.projectIdMapping[term.key] }}"
data-tooltip-append-to-body="true"
Expand Down

0 comments on commit 1d957c4

Please sign in to comment.