Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgdorf committed Mar 1, 2012
1 parent 909f686 commit 713a1a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion architecture-examples/angularjs/index.html
Expand Up @@ -14,7 +14,6 @@ <h1>Todos</h1>
<input id="new-todo" name="newTodo" type="text" placeholder="What needs to be done?">
</form>
</header>
<!-- TODO: figure out if its spec compliant to remove the #main id if its getting into the way?-->
<section id="main" ng:show="hasTodos()">
<input id="toggle-all" type="checkbox" name="allChecked" ng:click="toggleAllStates()">
<label for="toggle-all">Mark all as complete</label>
Expand Down

0 comments on commit 713a1a8

Please sign in to comment.