Browse Source

Commit 8.5: Display incompleteCount.

Frederic G. MARAND 8 years ago
parent
commit
c9998d8b07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      simple-todos.html

+ 1 - 1
simple-todos.html

@@ -7,7 +7,7 @@
 <body>
 <div class="container">
   <header>
-    <h1>Todo List</h1>
+    <h1>Todo List ({{incompleteCount}})</h1>
 
     <label class="hide-completed">
       <input type="checkbox" checked="{{hideCompleted}}" />