notes.json 341 B

12345678910111213141516171819
  1. {
  2. "notes":[
  3. {
  4. "content": "AngularJS - HTML enhanced for web apps!",
  5. "color": "warning",
  6. "date": 1410788931159
  7. },
  8. {
  9. "content": "Meeting",
  10. "color": "primary",
  11. "date": 1410788631159
  12. },
  13. {
  14. "content": "Keep watching",
  15. "color": "success",
  16. "date": 1410788731159
  17. }
  18. ]
  19. }