Skip to content

Commit

Permalink
feat(tag-select): modify aria for select tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zack9433 committed Apr 10, 2019
1 parent 3ed5da1 commit 4fed4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/tag-selector/tag-list.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2 translate="TAG_SELECTOR_DIALOG_UPLOAD_EDIT_DIALOG_TITLE"></h2>
<div class="md-toolbar-tools">
<span>{{$ctrl.table[$ctrl.selectedDevice.equipmentName].selected.length}} {{'TAG_SELECTOR_DIALOG_ITEM_SELECTED' | translate}}</span>
<div flex></div>
<md-button class="md-icon-button" aria-label="Select All Tag"
<md-button class="md-icon-button" aria-label="Unselect All Tag"
ng-click="$ctrl.toggleAllTag($ctrl.selectedDevice, false)">
<md-tooltip><span translate="TAG_SELECTOR_DIALOG_TAG_LIST_UNSELECT_ALL"></span></md-tooltip>
<md-icon ng-md-icon icon="select_all" style="fill: rgba(0, 0, 0, .54)"></md-icon>
Expand Down

0 comments on commit 4fed4b5

Please sign in to comment.