<input kendo-date-picker k-options="monthSelectorOptions" ng-model="date" style="height:35px"/>
$scope.monthSelectorOptions = { start: "year", depth: "year", format: "yyyy-MM", };
<input kendo-date-picker k-options="monthSelectorOptions" ng-model="date" style="height:35px"/>
$scope.monthSelectorOptions = { start: "year", depth: "year", format: "yyyy-MM", };