Saving state before severe refactoring (to support a proper update-loop and future extensibility)
This commit is contained in:
@@ -28,7 +28,9 @@ export class MyTodo extends CustomElement{
|
||||
<todo-item
|
||||
model={ item.id }
|
||||
checked={( item.checked )}
|
||||
>{ item.text }</todo-item>
|
||||
>
|
||||
{ item.text }
|
||||
</todo-item>
|
||||
)}
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user