Created
March 30, 2017 05:01
-
-
Save Ajeey/a681759db9720189f5bc0fa96344c036 to your computer and use it in GitHub Desktop.
todos
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
[ | |
{ | |
id: 1, | |
title: "Get Milk", | |
completed: false | |
}, | |
{ | |
id: 2, | |
title: "Have breakfast", | |
completed: false | |
}, | |
{ | |
id: 3, | |
title: "Give talk on Angular 2", | |
completed: false | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment