katemihalikova / ion-datetime-picker

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

Title of popup is not changed #91

Closed arshad104 closed 7 years ago

arshad104 commented 7 years ago

Hi,

I am using this datetime-picker and I want change the title of the popup. Can you please clearify how I can achieve this? following is my code snipt.

<input ion-datetime-picker date monday-first title="MyTitle" ng-model="datetimeValue" type="text"> {{dateValue| date: "yyyy-MM-dd"}} </input>

Thanks

katemihalikova commented 7 years ago

Hi, see #88.