Skip to content

Commit

Permalink
Indicate Rolodex collection triggers update event
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamled committed Dec 15, 2016
1 parent 00f152d commit 1394007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ We'll include all events here, not just custom ones.
| Click on `Clear` button | DOM | The user | ApplicationView |
| Click on a contact card | DOM | The user | ContactView |
| Click off a contact card | DOM | The user | RolodexView |
| `update` the Rolodex | Backbone Automatic | Backbone when the collection is updated. Updates come from ApplicationView (add a contact) | RolodexView |
| `update` the Rolodex | Backbone Automatic | Rolodex (the collection). Updates come from ApplicationView (add a contact) | RolodexView |
| `select` a contact card | Custom | ContactView when the card is clicked | RolodexView |

Is anything missing from this list that you used in your version of Rolodex?
Expand Down

0 comments on commit 1394007

Please sign in to comment.