diff --git a/addon/components/paper-button.js b/addon/components/paper-button.js index 07c3d78c1..206702464 100644 --- a/addon/components/paper-button.js +++ b/addon/components/paper-button.js @@ -33,7 +33,8 @@ export default Component.extend(FocusableMixin, RippleMixin, ColorMixin, Proxiab 'type', 'href', 'target', - 'title' + 'title', + 'download' ], classNameBindings: [ 'raised:md-raised',