Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toggle All Todo List Items #50

Closed
2 tasks done
nelsonic opened this issue Aug 6, 2018 · 1 comment
Closed
2 tasks done

Toggle All Todo List Items #50

nelsonic opened this issue Aug 6, 2018 · 1 comment

Comments

@nelsonic
Copy link
Member

nelsonic commented Aug 6, 2018

  <input class="toggle-all" type="checkbox">
  <label for="toggle-all">Mark all as complete</label>

Acceptance Criteria

  • clicking/tapping the "toggle-all" checkbox will set the done=true on all todo list items.
  • When toggle-all is set to checked then clicking/tapping it again will set all items done=false

This issue is part of the TodoMVC Feature List [Epic] #48

@nelsonic
Copy link
Member Author

totes working!
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant