This is an addon starter template based on Android Tabs for the Ionic Framework v1.
This template does not work on its own. It is missing the Ionic library, and AngularJS.
To use this, either create a new ionic project using the ionic node.js utility, or copy and paste this into an existing Cordova project and download a release of Ionic separately.
$ npm install -g ionic cordova
$ git clone https://github.com/deltcod/AndroidIonicTabs.git
$ cd AndroidIonicTabs/
Then, to run it, cd into myApp
and run:
$ ionic platform add android
$ ionic run android