UNPKG

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

17 lines (12 loc) 313 B
import { Component } from '@angular/core'; import { NavParams } from 'ionic-angular'; @Component({ selector: 'page-session-detail', templateUrl: 'session-detail.html' }) export class SessionDetailPage { session: any; constructor(public navParams: NavParams) { this.session = navParams.data; } }