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

Calendar initialization can fail if no lang is configured for calendar config. #416

Closed rizoom closed 8 years ago

rizoom commented 8 years ago

Seems new to 2.7.1 (last commit) See PR #415

l6gslayer commented 8 years ago

I can confirm this is happening. I received a "TypeError: Cannot read property '5' of undefined" if I do not include a language in the configuration object. As soon as I include the language property, the calendar loads as normal.

Angular: 1.5.5 FullCalendar: 2.7.2 Jquery: 2.1.4 Moment: 2.13.0 Chrome: Version 50.0.2661.102 m

image

peterver commented 8 years ago

i'll take a look at it tomorrow :]

rizoom commented 8 years ago

Any feedback? A PR is already provided, it is a tiny merge, really easy ;)

martin-langhoff commented 8 years ago

Thank you!