Date Picker is not working

 <input type="date" ng-model="date.endDate" id="endDate">

i have used above code for date.
when i click on input box datepicker come and it enter only 2015-0 in the input box not the full date.
and after some time app crash.

hi,
try using ngCordova date picker

http://ngcordova.com/docs/plugins/datePicker/

1 Like

It was working suddenly it stop working its controller and html file is not changed.

Hi @dev18, I have created both time picker and date picker for ionic frame works.
No additional dependencies like jQuery is not required. Hope this might help you. Please have a look at the below links to check out the demos and bower components.

ionic-timepicker demo

ionic-timepicker Bower component

ionic-datepicker demo

ionic-datepicker Bower component

1 Like