Index: test/data/input/todomvc_mainpage_test.html |
diff --git a/test/data/input/todomvc_mainpage_test.html b/test/data/input/todomvc_mainpage_test.html |
index 9657815358d793f1192f7e18bf8ee32c6cfbeba0..30a1c5bfd77c8e6f02b54476d42af855c865f9a3 100644 |
--- a/test/data/input/todomvc_mainpage_test.html |
+++ b/test/data/input/todomvc_mainpage_test.html |
@@ -30,7 +30,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> |