Skip to content

Commit

Permalink
Allows you to use the html5 download attribute (#849)
Browse files Browse the repository at this point in the history
This especially works well with data URIs
  • Loading branch information
devotox authored and miguelcobain committed Oct 24, 2017
1 parent a34e306 commit 5fbcccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addon/components/paper-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export default Component.extend(FocusableMixin, RippleMixin, ColorMixin, Proxiab
'type',
'href',
'target',
'title'
'title',
'download'
],
classNameBindings: [
'raised:md-raised',
Expand Down

0 comments on commit 5fbcccc

Please sign in to comment.