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
You can try multiple-month-picker
It helps you to select multiple months. It is an AngularJS widget so it should come pretty handy to you.
I've mentioned below how to implement it in your project.
HTML
JS
//Initiate your app module and inject 'mmp-morfsys'
var app = angular.module('app-name', ['mmp-morfsys']);
As easy as that!!