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
I couldn't get this to work as a month picker either, spent hours trying different options. Wish I checked the source code earlier - turns out the input type is key.
To change it to month picker mode, change the input type to "month". This works for both pop-up and in-line variants.
Following from the example on https://angular-ui.github.io/bootstrap/ you could do this: