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
7 lines (6 loc) • 367 B
HTML
<ion-tabs [selectedIndex]="mySelectedIndex">
<ion-tab [root]="tab1Root" tabTitle="Bills" tabIcon="calendar"></ion-tab>
<ion-tab [root]="tab2Root" tabTitle="Election" tabIcon="contacts"></ion-tab>
<ion-tab [root]="tab3Root" tabTitle="Map" tabIcon="map"></ion-tab>
<ion-tab [root]="tab4Root" tabTitle="About" tabIcon="information-circle"></ion-tab>
</ion-tabs>