Skip to content

Commit

Permalink
Expose isExpanded boolean to yield block
Browse files Browse the repository at this point in the history
  • Loading branch information
Subtletree committed Apr 11, 2018
1 parent ead6d84 commit b34eda0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addon/templates/components/paper-expansion-panel.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
expanded=(component "paper-expansion-panel/expanded" expanded=expanded onClose=(action collapse))
collapse=(action collapse)
expand=(action expand)
)}}
isExpanded=expanded
)}}

0 comments on commit b34eda0

Please sign in to comment.