This repo is aim to use all the ionic, ionic-native features, components, controls etc
Each example is right under the pages folder all native device controls are under native-controls folder
each page is implemented with the help of ionic lazy-load concept in mind, so you take advantage of the code easly.
clone repo
Then, to run it, cd into ionic-allinone and run:
$ ionic cordova platform add android
$ ionic cordova run androidSubstitute ios for android if not on a Mac.