An example app using urigo:ionic package for simple app development with the ionic framwork on meteor. Also includes an example of how to use ngCordova within meteor and ionic.
Uses:
Resources:
To get started clone this repo and run the application.
meteor
.meteor run android
meteor run ios
.Follow this steps to use ngCordova in your app:
meteor add cordova:com.plugin.datepicker@https://github.com/VitaliiBlagodir/cordova-plugin-datepicker/tarball/1e0f4bf47b0c343f39c64287eae9c3b632edb7f5
angularMeteor.requires.push('ngCordova.plugins.datePicker');