Created
August 21, 2015 02:35
-
-
Save jcouyang/0936bd20b4df3ed0a436 to your computer and use it in GitHub Desktop.
falcor react todo mvc
This file contains 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
{"todos":{ | |
"0":{"name":"get milk from corner store","done":false}, | |
"1":{"name":"take a dump","done":true}, | |
"2":{"name":"make someone eat the dump","done":false}, | |
"length":10} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
