Skip to content

Commit

Permalink
chore(example): add finished property on examples
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 19, 2017
1 parent 6c6ebd6 commit 6309e3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
addTodo: function () {
if (this.newTodoText) {
todos.add({
finished: false,
text: this.newTodoText,
created: firebase.firestore.FieldValue.serverTimestamp()
})
Expand Down

0 comments on commit 6309e3c

Please sign in to comment.