Skip to content

Commit

Permalink
Remove {{}} in on-click attribute in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein24 committed Aug 3, 2015
1 parent ed1cc80 commit 8d91d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iron-collapse.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
`iron-collapse` creates a collapsible block of content. By default, the content
will be collapsed. Use `opened` or `toggle()` to show/hide the content.
<button on-click="{{toggle}}">toggle collapse</button>
<button on-click="toggle">toggle collapse</button>
<iron-collapse id="collapse">
<div>Content goes here...</div>
Expand Down

0 comments on commit 8d91d18

Please sign in to comment.