Skip to content

Commit

Permalink
Added ability to output attributes on Notify
Browse files Browse the repository at this point in the history
Specifically this is required to render data-adapt-id as part of #1427.
  • Loading branch information
brian-learningpool committed Mar 8, 2017
1 parent 059c26a commit b5b858c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/templates/notify.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="notify-popup notify-type-{{_type}} {{_classes}}" role="region" aria-label="{{_globals._accessibility._ariaLabels.feedbackPopUp}}">
<div {{#each _attributes}}{{@key}}="{{this}}" {{/each}} class="notify-popup notify-type-{{_type}} {{_classes}}" role="region" aria-label="{{_globals._accessibility._ariaLabels.feedbackPopUp}}">
<div class="notify-popup-inner">
<div class="notify-popup-content">
<div class="notify-popup-content-inner">
Expand Down

0 comments on commit b5b858c

Please sign in to comment.