Skip to content

Commit

Permalink
fix paper-item tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcobain committed Jun 9, 2016
1 parent 40e5d8e commit adf876b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/components/paper-item.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="md-no-style md-list-item-inner" onclick={{action "buttonAction"}}>
<div class="md-no-style md-list-item-inner" {{action "buttonAction"}}>
{{yield}}
</div>

0 comments on commit adf876b

Please sign in to comment.