| Index: samples/third_party/todomvc/web/todo_row.html
|
| diff --git a/samples/third_party/todomvc/web/todo_row.html b/samples/third_party/todomvc/web/todo_row.html
|
| index 85cc4703c2b519a27c996222353c27e2b6c22768..242d0054ea59693c9ac3e6d107471c39b3928042 100644
|
| --- a/samples/third_party/todomvc/web/todo_row.html
|
| +++ b/samples/third_party/todomvc/web/todo_row.html
|
| @@ -120,7 +120,7 @@ ShadowRoot because it crosses the shadow boundary.
|
| <div class="todo-item">
|
| <input class="toggle" type="checkbox" checked="{{todo.done}}">
|
| <editable-label id="label" value="{{todo.task}}"></editable-label>
|
| - <button class="destroy" on-click="removeTodo"></button>
|
| + <button class="destroy" on-click="{{removeTodo}}"></button>
|
| </div>
|
| </template>
|
| <script type="application/dart" src="todo_row.dart"></script>
|
|
|