Skip to content

Instantly share code, notes, and snippets.

@kentcdodds
Created January 28, 2014 06:37
Show Gist options
  • Save kentcdodds/8663187 to your computer and use it in GitHub Desktop.
Save kentcdodds/8663187 to your computer and use it in GitHub Desktop.
Introduction to AngularJS code snippets
{
"people": {
"Joe": {
"birthday": "October 18th, 1988",
"favoriteIceCream": "Mint Chocolate Chip"
},
"Mary": {
"birthday": "December 23rd, 1986",
"favoriteIceCream": "Vanilla"
}
}
}
var firebaseUrl = "https://my-firebase.firebaseio.com/";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment