I\'m using jquery full calendar with angularJS and angularstrap. The problem it seems is that the calendar will only display when I either click on one of the buttons in the
Just to add another answer to this. I was using fullcalendar in a bootstrap tab. In order to render the calendar, I added:
$('a#id-of-tab').on('shown.bs.tab', function (e) { $("#the-calendar-container").fullCalendar('render'); });