I am trying to use angular-ui-datepicker as a month picker. But not able to configure it, tried it all. Here is the PLUNKER.
I tried to set the modes as
For those people who are facing this issue, I have tried a lot of things and here is the simplest method that I found:
The trick is that you must put datepicker-options="{minMode: 'month'}" datepicker-mode="'month'" into the input tag. This worked fine for me.
datepicker-options="{minMode: 'month'}" datepicker-mode="'month'"
input