diff --git a/addon/components/paper-button.js b/addon/components/paper-button.js index 29e94d93a..7942a541f 100644 --- a/addon/components/paper-button.js +++ b/addon/components/paper-button.js @@ -30,7 +30,8 @@ export default Component.extend(FocusableMixin, RippleMixin, ProxiableMixin, Col attributeBindings: [ 'type', 'href', - 'target' + 'target', + 'title' ], classNameBindings: [ 'raised:md-raised',