At the moment, I can first select the year, then the month, and then, the date. However, I only need access to month and the year. I'm not sure how to disable the date-selector option.
Also, I would like to get rid of all the footer buttons (today, clear, etc) in the date-picker as well. How can I achieve this ?
I'm looking for something similar to '$scope.showweeks = false;'
Below is my Plunker example
Please feel free to direct me to any documentations available. So far, I could only find
http://angular-ui.github.io/bootstrap/
Thanks