瀏覽代碼

Commit 8.5: Display incompleteCount.

Frederic G. MARAND 8 年之前
父節點
當前提交
c9998d8b07
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}}" />