Parcourir la source

Commit 8.5: Display incompleteCount.

Frederic G. MARAND il y a 8 ans
Parent
commit
c9998d8b07
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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}}" />