UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
durandal
/
js
/
views
/
entry.html
5 lines
(4 loc)
•
188 B
HTML
View Raw
1
2
3
4
5
<
header
id
=
"header"
>
<
h1
>
todos
</
h1
>
<
input
id
=
"new-todo"
data-bind
=
"value: current, valueUpdate: 'afterkeydown', enterKey: add"
placeholder
=
"What needs to be done?"
autofocus
>
</
header
>