Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active May 14, 2017 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/18fd1ec1ca2aceda17adb0166c74f34e to your computer and use it in GitHub Desktop.
Save matthieu-D/18fd1ec1ca2aceda17adb0166c74f34e to your computer and use it in GitHub Desktop.
meetingPoints = [
{
"id": 1,
"shortDescription": "The Angular meeting is here",
"longDescription": "Loads of things about Components, Services and much more!",
"name": "Angular Meeting",
"icon": "angular.png"
}, {
"id": 2,
"shortDescription": "The Ionic meeting is here",
"longDescription": "Loads of things about Pages, Cordova and much more!",
"name": "Ionic Meeting",
"icon": "ionic.png"
}, {
"id": 3,
"shortDescription": "The JavaScriptTuts meeting is here",
"longDescription": "Loads of things about Ionic, Augemented Reality and much more!",
"name": "JavaScriptTuts Meeting",
"icon": "javascripttuts.png"
}, {
"id": 4,
"shortDescription": "The TypeScript meeting is here",
"longDescription": "Loads of things about Classes, Interfaces and much more!",
"name": "TypeScript Meeting",
"icon": "ts.jpeg"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment