angular-ui / ui-calendar

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

uiCalendarConfig. What? How? #260

Closed SkyQuant closed 9 years ago

SkyQuant commented 9 years ago

That's a function on the main page function CalendarCtrl($scope,$compile,uiCalendarConfig) What is uiCalendarConfig and how to inject this object? Suppose I can't change a timeframe (daily / weekly / monthly), ReferenceError: uiCalendarConfig is not defined output in console.

SkyQuant commented 9 years ago

Could anybody provide Visual Studio demo-version, without bower installation?

joshkurz commented 9 years ago

uiCalendarConfig is the global singleton config object that gets created when the calendar is initialized. If you are including ui-calendar.js then this should be available in your code. Please provide an example.