md-datepicker view should display the months only
问题 I am working on a project and I have a md-datepicker on it and I want this md-datepicker to show only the months of the year(January, February, and so on ......). How can I do this? Here is my code so far: HTML <md-datepicker ng-model="currentDate" md-current-view="month" md-date-filter="monthlyDate"></md-datepicker> JS var app = angular.module("DashboardApp", ['ngMaterial', 'ngAnimate','md.data.table']); app.controller('rptController', ['$scope', function ($scope) { $scope.currentDate = new