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

Added Angular expression brackets to example code #295

Closed mjzac closed 8 years ago

mjzac commented 9 years ago

The example codes were missing the angular expression brackets.

ballerabdude commented 9 years ago

@mjzac I don't think you need expression brackets for a directive attributes.

mjzac commented 9 years ago

@ballerabdude Without the expression brackets, custom configurations in $scope.uiConfig in calendarDemo.js won't be configured.

joshkurz commented 8 years ago

This breaks the configurations. We should be passing in the object itself. The master branch has been updated to accept the reference of the object vs interpolating it through this method. Closing.