Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
#41
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevis committed Apr 3, 2018
1 parent 442292b commit cb9b138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Queercon/src/pages/events/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ export class EventsPage {
/* Remove in staging *///private webWiew: any = window;
items = [];
constructor(public nav: NavController, http: Http) {
console.log('QC Events constructor loaded');
/* Remove in staging *///this.webWiew.AppCenter.Analytics.trackEvent('EventsPage Loaded');
let localData = http.get('assets/js/events.json').map(res => res.json().events);
localData.subscribe(data => {
this.items = data;
console.log('QC LocalData');
})
}

Expand Down

0 comments on commit cb9b138

Please sign in to comment.