소스 검색

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}}" />