katemihalikova / ion-datetime-picker

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

How to use title,subtitle, button-ok and button-cancel atributes #46

Closed hackeroy closed 7 years ago

hackeroy commented 7 years ago

I tried div class="item" ion-datetime-picker title='my title' ng-model='mymodel' {{myDate | date: 'yyy-MM-dd'}} /div and doesn't work for the title and the other atributes.

hackeroy commented 7 years ago

The solucion was add the single quotes div class="item" ion-datetime-picker title="'my title'" ng-model="'mymodel'" {{myDate | date: 'yyy-MM-dd'}} /div