angular-ui / ui-calendar

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

Not displayed #390

Open peio72 opened 8 years ago

peio72 commented 8 years ago

Trying to integrate it in my angular material project. It's not displaying till i click on Today. At start i have: <div class="fc-view fc-month-view"></div> which is empty till i click a button.

Please help.

peio72 commented 8 years ago

How to create a timeout waiting dom to be created ?

lawrencelow commented 8 years ago

Hi, I also faced the same issue. The calendar will not be displayed until I click on "today", "prev" or "next" button and it has this error log "XMLHttpRequest cannot load http://www.google.com/calendar/feeds/usa__en@holiday.calendar.google.com/public/basic?start=2016-02-28&end=2016-04-10&_=1458796206651. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access. The response had HTTP status code 403." Please help.

maxigarciaf commented 8 years ago

Hi I'm having the same problem with the calendar, could someone solve the problem?

flick36 commented 8 years ago

Solved here #397

peio72 commented 8 years ago

It's partial solution because with other functions in controller we have to deal with a value for the timeout to get this working. It's remaining a very random fix. A better solution involving watching the dom would be apreciated. Thanx.

Pursuittech commented 7 years ago

+1