p-schedule inside p-tabPanel does not render calendar view #497
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Hi.
I'm setting an issue with p-schedule inside of a p-tabPanel component. The calendar view does not show, but only the calendar toolbar shows. If you do click the 'today' button it will show the calendar.
Here's the specs on the project:
"fullcalendar": "^2.7.2",
"moment-timezone": "^0.5.4",
"primeng": "1.0.0-beta.5",
"primeui": "4.1.10",
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "2.0.0-rc.1",
"@angular/core": "2.0.0-rc.1",
"@angular/http": "2.0.0-rc.1",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"@angular/router": "2.0.0-rc.1",
"@angular/router-deprecated": "2.0.0-rc.1",
Here's a simple test to reproduce the issue:
If you uncomment the p-schedule inside the p-TabView the full calendar is rendered.
The text was updated successfully, but these errors were encountered: