awaken-direct-democracy
Version:
This is the functional skeleton / working mock up of a disruptive app to increase voter turnout and participation driven at the start by just one person - Tom Atkinson in New Zealand - after watching in horror the signing of the TPPA in Auckland February
22 lines (16 loc) • 364 B
HTML
<ion-header>
<ion-navbar>
<ion-title>Session</ion-title>
</ion-navbar>
</ion-header>
<ion-content padding>
<h1>{{session.name}}</h1>
<h4 *ngFor="let speaker of session.speakers">
{{speaker.name}}
</h4>
<p>
{{session.timeStart}} - {{session.timeEnd}}
</p>
<p>{{session.location}}</p>
<p>{{session.description}}</p>
</ion-content>