Skip to content

Commit 6309e3c

Browse files
committed
chore(example): add finished property on examples
1 parent 6c6ebd6 commit 6309e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
addTodo: function () {
7474
if (this.newTodoText) {
7575
todos.add({
76+
finished: false,
7677
text: this.newTodoText,
7778
created: firebase.firestore.FieldValue.serverTimestamp()
7879
})

0 commit comments

Comments
 (0)