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

Commit

Permalink
still working on #41
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevis committed Apr 3, 2018
1 parent 5f65663 commit c2a6a7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion Queercon/src/pages/events/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class EventsPage {
items = [];
constructor(public nav: NavController, http: Http) {
/* Remove in staging *///this.webWiew.AppCenter.Analytics.trackEvent('EventsPage Loaded');
let localData = http.get('assets/events.json').map(res => res.json().events);
let localData = http.get('events.json').map(res => res.json().events);
localData.subscribe(data => {
this.items = data;
})
Expand Down

0 comments on commit c2a6a7f

Please sign in to comment.