mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-22 06:48:08 +00:00
Merge pull request #355 from satchit8/extraneous
Remove extraneous code in todomvc sample
This commit is contained in:
commit
c6013ec5f3
@ -56,7 +56,7 @@
|
||||
[:input#toggle-all
|
||||
{:type "checkbox"
|
||||
:checked all-complete?
|
||||
:on-change #(dispatch [:complete-all-toggle (not all-complete?)])}]
|
||||
:on-change #(dispatch [:complete-all-toggle])}]
|
||||
[:label
|
||||
{:for "toggle-all"}
|
||||
"Mark all as complete"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user