Created
January 28, 2014 06:37
-
-
Save kentcdodds/8663187 to your computer and use it in GitHub Desktop.
Introduction to AngularJS code snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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