katemihalikova / ion-datetime-picker

Date and/or time picker for awesome Ionic framework
MIT License
169 stars 101 forks source link

Not able to use ion-datetime-picker twice in single view #69

Closed sushantsawant closed 7 years ago

sushantsawant commented 7 years ago

I am trying to take start and end time. Given below is sample html. After submitting form, it is giving same value for both start and end time. Please advise.

{{start_event_time| date: "h:mm a"}}
{{end_event_time | date: "h:mm a"}}
katemihalikova commented 7 years ago

Hi, I can't see any problem in your code. Please make a codepen or similar demonstrating your problem.