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

Commit

Permalink
small steps.. #41
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevis committed Apr 3, 2018
1 parent 10b8697 commit eb3f423
Showing 1 changed file with 1 addition and 48 deletions.
49 changes: 1 addition & 48 deletions Queercon/src/pages/events/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,54 +16,7 @@ export class EventsDetailsPage {
}

@Component({
//templateUrl: 'events.html',

template: `
<ion-header>
<ion-navbar>
<button ion-button menuToggle>
<ion-icon name="menu"></ion-icon>
</button>
<ion-title>Events</ion-title>
</ion-navbar>
</ion-header>
<ion-content>
<ion-list>
<ion-card *ngFor="let item of items" (click)="openEventDetailsPage(item)">
<ion-card-header>
{{ item.title }}
</ion-card-header>
<ion-card-content>
{{ item.summary }}
</ion-card-content>
</ion-card>
</ion-list>
</ion-content>
`

templateUrl: 'events.html',
})
export class EventsPage {
/* Remove in staging *///private webWiew: any = window;
Expand Down

0 comments on commit eb3f423

Please sign in to comment.