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

Commit

Permalink
fix(exportTable): 2446 switch icon to download
Browse files Browse the repository at this point in the history
Closes #2446
  • Loading branch information
Christine Yu committed Jun 1, 2016
1 parent c7c0c44 commit 1c4af97
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/scripts/components/tables/templates/export-table.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<div class="btn-group" data-uib-dropdown>
<button data-ng-if="!text && !downloadInProgress" type="button"
class="btn btn-default dropdown-toggle fa fa-table"
<button data-ng-if="!text && !downloadInProgress"
type="button"
class="btn btn-default fa fa-download"
data-uib-tooltip="Export Table"
data-popover-popup-delay=1000
data-popover-append-to-body="true"
data-uib-dropdown-toggle aria-expanded="false">
data-uib-dropdown-toggle
aria-label="Export Table"
aria-expanded="false">
<span class="icon-btn-label">Export Table</span>
</button>
<button data-ng-if="text && !downloadInProgress" type="button"
Expand Down

0 comments on commit 1c4af97

Please sign in to comment.