We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a4b14 commit 8ec4772Copy full SHA for 8ec4772
index.html
@@ -16,12 +16,19 @@
16
17
<div class="todo">
18
<h1>Todos</h1>
19
- <form class="todoForm pure-form">
+ <label>
20
+ <input type="checkbox">
21
+ </label>
22
+
23
+ <form class="todoForm pure-form">
24
<input type="text" class="todoText" placeholder="What needs to be done?">
25
<input type="submit" class="todoBtn pure-button pure-button-primary" value="Add New">
26
</form>
27
28
<ul class="todoList"></ul>
29
30
31
32
</div>
33
34
</body>
package.json
@@ -31,7 +31,7 @@
"mocha": "^2.1.0",
"phantomjs": "^1.9.13",
"power-assert": "^0.10.1",
- "testium": "^2.3.0",
+ "testium": "^2.4.0",
35
"watchify": "^2.2.1"
36
}
37
0 commit comments