Skip to content

Instantly share code, notes, and snippets.

@themoxman
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save themoxman/9890733 to your computer and use it in GitHub Desktop.
Save themoxman/9890733 to your computer and use it in GitHub Desktop.

Backbone Fundamentals

In our case, an AppView will handle the creation of new todos and rendering of the initial todo list. Instances of TodoView will be associated with each individual Todo record. Todo instances can handle editing, updating, and destroying their associated todo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment