From 10b8697c8d649d58d546dadf2f5c6091eda13eb8 Mon Sep 17 00:00:00 2001 From: Jake Vis Date: Mon, 2 Apr 2018 22:20:00 -0700 Subject: [PATCH] fuck you apple --- Queercon/src/assets/json/events.json | 44 ------------------------- Queercon/src/pages/events/events.ts | 49 +++++++++++++++++++++++++++- 2 files changed, 48 insertions(+), 45 deletions(-) delete mode 100644 Queercon/src/assets/json/events.json diff --git a/Queercon/src/assets/json/events.json b/Queercon/src/assets/json/events.json deleted file mode 100644 index c8f4195..0000000 --- a/Queercon/src/assets/json/events.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "events": [ - { - "title": "Queercon Mixer", - "location": "Queercon Suite", - "summary": "Join us for something awesome and this will be fun. Except not for the staff, just for attendees. For the rest of us this is nonstop miserable work.", - "date": "04 AUG", - "hours": "16:00 - 20:00", - "icon1": "X", - "description": "This is for the details page", - "host": "QC" - }, - { - "title": "Queercon Mixer", - "location": "Queercon Suite", - "summary": "Join us for something awesome and this will be fun. Except not for the staff, just for attendees. For the rest of us this is nonstop miserable work.", - "date": "04 AUG", - "hours": "16:00 - 20:00", - "icon1": "X", - "description": "This is for the details page", - "host": "QC" - }, - { - "title": "Queercon Mixer", - "location": "Queercon Suite", - "summary": "Join us for something awesome and this will be fun. Except not for the staff, just for attendees. For the rest of us this is nonstop miserable work.", - "date": "04 AUG", - "hours": "16:00 - 20:00", - "icon1": "X", - "description": "This is for the details page", - "host": "QC" - }, - { - "title": "Queercon Mixer", - "location": "Queercon Suite", - "summary": "Join us for something awesome and this will be fun. Except not for the staff, just for attendees. For the rest of us this is nonstop miserable work.", - "date": "04 AUG", - "hours": "16:00 - 20:00", - "icon1": "X", - "description": "This is for the details page", - "host": "QC" - } - ] -} \ No newline at end of file diff --git a/Queercon/src/pages/events/events.ts b/Queercon/src/pages/events/events.ts index 824cbed..a2cd754 100644 --- a/Queercon/src/pages/events/events.ts +++ b/Queercon/src/pages/events/events.ts @@ -16,7 +16,54 @@ export class EventsDetailsPage { } @Component({ - templateUrl: 'events.html', + //templateUrl: 'events.html', + + template: ` + + + + + + + + Events + + + + + + + + + + + + + + + + {{ item.title }} + + + + + + {{ item.summary }} + + + + + + + + + + ` + }) export class EventsPage { /* Remove in staging *///private webWiew: any = window;