Simple Ionic Blank app that displays a pair of Calendar & Time inputs that are constructed from HTML 5 <input> and another pair that are constructed from ngCordova Date picker.
- Open a terminal box then run this command to pull the source code into your current folder:
git clone https://github.com/saintc0d3r/ionic-html5-cordova-date-time-pickers.git
- Run this command to install all required dependencies:
npm install && bower install
- Run this command to add iOS & Android platforms:
ionic platform add ios && ionic platform add android
- Run this command to build the app as both iOS app & android app:
ionic build ios && ionic build android