Index: test/data/input/todomvc_markdone_test.html |
diff --git a/test/data/input/todomvc_markdone_test.html b/test/data/input/todomvc_markdone_test.html |
index c156f749801a91acdbbacd808c6af1fc547417e7..d6ddd410ec68440c61f0989bfd8d92681f8e2a5f 100644 |
--- a/test/data/input/todomvc_markdone_test.html |
+++ b/test/data/input/todomvc_markdone_test.html |
@@ -31,7 +31,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> |