AngularJS-ResponsiveCalendar
AngularJS-ResponsiveCalendar copied to clipboard
How to select custom date on initial load of calender?
Hi, suppose i i added a event which contains the event of month august so i want to load the calender of august view on load. currently on load it shows current month. please help
@rajdu Suppose you bind the model to currentDate, you just need to set the currentDate to a date in August, the calendar will automatically navigate to August.
<calendar ng-model="currentDate" ...></calendar>