I am using ui calendar to provide a calendar view in my application.
Question:
The calendar loads fine and the calendar also accepts events just that I can not seem to access the calendar object using $scope.myCalendar.fullCalendar('prev');
through my controller that i am using.
If I am doing this wrong could you please provide an explanation as to how to access the calendar object?