parent
b32b10dfe5
commit
4ad2d26b2e
|
@ -11,7 +11,7 @@ import {Todo} from './todo';
|
|||
}`
|
||||
],
|
||||
template: `
|
||||
<ul class="unstyled">
|
||||
<ul class="list-unstyled">
|
||||
<li *ngFor="#todo of todos">
|
||||
<input type="checkbox" [(ngModel)]="todo.done">
|
||||
<span class="done-{{todo.done}}">{{todo.text}}</span>
|
||||
|
|
Loading…
Reference in New Issue