Skip to content

Instantly share code, notes, and snippets.

@banister
Last active December 16, 2015 17:19
Show Gist options
  • Save banister/5469618 to your computer and use it in GitHub Desktop.
Save banister/5469618 to your computer and use it in GitHub Desktop.
class List.Event extends Marionette.ItemView
template: "events/list/templates/_event"
tagName: "tr"
events:
"click button" : -> @trigger "edit:event:clicked", @model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment