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
Just write these lines:
HTML
JS
$scope.date = new Date();
**Don't forget to include necessary js/css files from http://angular-ui.github.io/bootstrap/
These above code worked for me. :) I know Its too late, but it may help some one.