Skip to content

Commit

Permalink
Clean up talk
Browse files Browse the repository at this point in the history
Add action links
Change list-list to listr-list/item
  • Loading branch information
Antony Donovan committed Jun 1, 2016
1 parent e4ce103 commit 27ed4ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ with any new HTML elements in future specs!

## Lab: Create a List Item Component

Name it `list-list`.
Name it `listr-list/item`.

## Code-Along: Toggle Display of a List

Expand All @@ -63,6 +63,8 @@ Toggle strike-through of list item on item click.

- [Ember Component Guide](http://guides.emberjs.com/v2.4.0/components/defining-a-component/)
- [Ember Component API Documentation](http://emberjs.com/api/classes/Ember.Component.html)
- [Ember Actions](https://guides.emberjs.com/v2.5.0/templates/actions/)
- [Ember Action Handler](http://emberjs.com/api/classes/Ember.ActionHandler.html#method_send)
- [Parent to Children Component Communication for UI State - Ember Igniter](http://emberigniter.com/parent-to-children-component-communication/)
- [Communication Between Distant Components - Ember Igniter](http://emberigniter.com/communication-between-distant-components/)
- [Ember Best Practices: Actions Down, Data Up... wait what?](https://dockyard.com/blog/2015/10/14/best-practices-data-down-actions-up)
Expand Down

0 comments on commit 27ed4ee

Please sign in to comment.