Skip to content

Commit

Permalink
Revert change to Knockbackjs app
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 2, 2012
1 parent dc364d7 commit 2fd80cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion architecture-examples/knockoutjs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>todos</h1>
placeholder="What needs to be done?" autofocus>
</header>
<section id="main" data-bind="visible: todos().length">
<input id="toggle-all" type="checkbox" data-bind="checked: completeAll">
<input id="toggle-all" type="checkbox" data-bind="checked: allCompleted">
<label for="toggle-all">Mark all as complete</label>
<ul id="todo-list" data-bind="foreach: todos">
<li data-bind="css: { completed: completed, editing: editing }">
Expand Down

0 comments on commit 2fd80cc

Please sign in to comment.