##Introduction:
This application is built for time picker, which can be used in Ionic Framework. All you need to do is just pass the Epoch time to the 'ng-model' and call the function on 'ng-click'.
##Follow the below mentioned steps.
-
First, install Node.js.
-
Run the following command from command prompt.
npm install -g cordova ionic
##Project Setup:
-
Move to any folder/workspace from command prompt, using the following command
cd DirectoryName
-
Type the following command and press enter.
git clone https://github.com/rajeshwarpatlolla/TimePickerForIonicFramework.git
-
Now you will see a message "Cloning into 'TimePickerForIonicFramework'...". Move to "TimePickerForIonicFramework" directory.
cd TimePickerForIonicFramework
-
use the following command to run the application.
ionic serve
##Versions:
12 hour time picker has been added.
12 hour time picker functionality modified.
24 hour time picker has been added.
The whole time picker functionality has been converted into a directive.
##Screen Shots: