Skip to content

Commit

Permalink
Step 10.13: Added click action to add new list
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 6fe430f commit 87a0c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/imports/main-component.ng2.html
Expand Up @@ -15,7 +15,7 @@
</div>

<div class="list-todos">
<a class="js-new-list link-list-new">
<a class="js-new-list link-list-new" (click)="addNewList()">
<span class="icon-plus"></span>
New List
</a>
Expand Down

0 comments on commit 87a0c1d

Please sign in to comment.