dwyl / learn-elm-architecture-in-javascript

:unicorn: Learn how to build web apps using the Elm Architecture in "vanilla" JavaScript (step-by-step TDD tutorial)!
https://todomvc-app.herokuapp.com
GNU General Public License v2.0
213 stars 19 forks source link

Toggle All Todo List Items #50

Closed nelsonic closed 6 years ago

nelsonic commented 6 years ago
  <input class="toggle-all" type="checkbox">
  <label for="toggle-all">Mark all as complete</label>

Acceptance Criteria

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

nelsonic commented 6 years ago

totes working! image image