From 29c4bc5b3416472acee5c5d6bcc2a9674c2dc63e Mon Sep 17 00:00:00 2001 From: Zach McGonigal Date: Fri, 4 Nov 2016 20:16:34 -0400 Subject: [PATCH] Allow for title attributes to paper-button --- addon/components/paper-button.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',