We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<input class="toggle-all" type="checkbox"> <label for="toggle-all">Mark all as complete</label>
done=true
toggle-all
checked
done=false
This issue is part of the TodoMVC Feature List [Epic] #48
The text was updated successfully, but these errors were encountered:
add code to make TOGGLE_ALL tests pass. see/fixes #50
89de33a
add link to sample code for TOGGLE_ALL #50
fff65da
totes working!
Sorry, something went wrong.
No branches or pull requests
Acceptance Criteria
done=true
on all todo list items.toggle-all
is set tochecked
then clicking/tapping it again will set all itemsdone=false
This issue is part of the TodoMVC Feature List [Epic] #48
The text was updated successfully, but these errors were encountered: