Index: example/todomvc/main.html |
diff --git a/example/todomvc/main.html b/example/todomvc/main.html |
index bb21581630bfd42da065436bb717b8d68da5462e..853d3807cc8fbd142db16b2d3b711c6a72dd85ee 100644 |
--- a/example/todomvc/main.html |
+++ b/example/todomvc/main.html |
@@ -26,7 +26,7 @@ BSD-style license that can be found in the LICENSE file. |
<ul id="todo-list"> |
<template iterate="x in app.todos"> |
<template if="viewModel.isVisible(x)"> |
- <x-todo-row data-value="todo:x"></x-todo-row> |
+ <x-todo-row todo="{{x}}"></x-todo-row> |
</template> |
</template> |
</ul> |