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

16 lines (11 loc) 272 B
import { Component } from '@angular/core'; import { ViewController } from 'ionic-angular'; @Component({ templateUrl: 'about-popover.html' }) export class PopoverPage { constructor(public viewCtrl: ViewController) { } close() { this.viewCtrl.dismiss(); } }