Commit 707f219c authored by Sam Saccone's avatar Sam Saccone

Merge pull request #1574 from cisar/master

Backbone example: add id attr to input
parents 537c4122 c871c72c
......@@ -13,7 +13,7 @@
<input class="new-todo" placeholder="What needs to be done?" autofocus>
</header>
<section class="main">
<input class="toggle-all" type="checkbox">
<input class="toggle-all" id="toggle-all" type="checkbox">
<label for="toggle-all">Mark all as complete</label>
<ul class="todo-list"></ul>
</section>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment