input type=date is not working in ionic framework

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

this is the code to pick date from date picker in ionic.after setting the date in date picker it type only 2015-0. and app carshs.

try this

<input style="width:100%" class="textbox-n" type="date"  id="startingDate" name="startingDate" ng-model="date.startingDate" />