Skip to content

Instantly share code, notes, and snippets.

@Ajeey
Created March 30, 2017 05:01
Show Gist options
  • Save Ajeey/a681759db9720189f5bc0fa96344c036 to your computer and use it in GitHub Desktop.
Save Ajeey/a681759db9720189f5bc0fa96344c036 to your computer and use it in GitHub Desktop.
todos
[
{
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