Skip to content

Instantly share code, notes, and snippets.

@fellz
Created May 10, 2015 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fellz/416942e5e22191075e6b to your computer and use it in GitHub Desktop.
Save fellz/416942e5e22191075e6b to your computer and use it in GitHub Desktop.
[:ul#todo-list
(for [todo (filter (case @filt
:active (complement :done)
:done :done
:all identity) items)]
^{:key (:id todo)} [todo-item todo])]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment