Skip to content

Commit

Permalink
Merge pull request #4 from Subtletree/patch-1
Browse files Browse the repository at this point in the history
Expose isExpanded boolean to yield block
  • Loading branch information
miguelcobain committed Apr 11, 2018
2 parents eb77f61 + b34eda0 commit 830134d
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 830134d

Please sign in to comment.