Skip to content

Commit

Permalink
Step 13.4: Updated the usage in the list show component
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and Dotan Simha committed Nov 22, 2016
1 parent 9b19676 commit 7aa9156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/imports/components/list-show.ng2.html
Expand Up @@ -51,7 +51,7 @@ <h1 class="js-edit-list title-page" (click)="editList(true)">
<div class="content-scrollable list-items">
<div *ngIf="todosReady">
<div *ngFor="let todo of todos | async">
<blaze-template name="Todos_item" [context]="getContextForItem(todo)"></blaze-template>
<list-item [todo]="todo" [editing]="editingTodo" (editChange)="onTodoItemEditChange($event)"></list-item>
</div>
<div class="wrapper-message" *ngIf="!todos || todos.length == 0">
<div class="title-message">No tasks here</div>
Expand Down

0 comments on commit 7aa9156

Please sign in to comment.