angular-ui / ui-calendar

A complete AngularJS directive for the Arshaw FullCalendar.
http://angular-ui.github.io/ui-calendar/
MIT License
1.49k stars 729 forks source link

Multiple calendars inside tabs not working well #420

Open mcfdez opened 8 years ago

mcfdez commented 8 years ago

Hello.

I have a function that add ui-tabs dynamically and inside each tab I want to include a ui-calendar. With the first tab works well, but with the other included tabs the calendar is not completly renderes.

I created a Plunkr to reproduce the issue. Any suggestion please?

http://plnkr.co/edit/W00hiOdezZqSnHtnwW8Q?p=preview

adamdabbracci commented 8 years ago

Have you tried forcing a render?

$('#availablilityCalendar').fullCalendar('render');

Happened to me when launching into a modal as well.