Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Added basic instructions to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonbrander committed Jun 21, 2012
1 parent fccadcf commit fdff03d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
@@ -1,4 +1,16 @@
Simple-Backbone-List-App
========================

Simple Backbone List App from Mozilla UX Prototyping Meetup
Simple Backbone List App from Mozilla UX Prototyping Meetup on June 21, 2012.

Open up the web inspector in Firefox (cmd + ctl + k) and try these commands:

Add to the list:

items.add({ title: 'Feed the dog' })

Remove the last item from the list:

items.pop()

There's more! Check out the [Backbone docs](http://backbonejs.org/) to learn about Model functions and events.

0 comments on commit fdff03d

Please sign in to comment.