ui-calendar
ui-calendar copied to clipboard
Issues while upgraded from 1.0.1 to 1.0.2
I am getting below issues when i had upgraded TypeError: ((intermediate value)(intermediate value)(intermediate value) || []).reduce is not a function or TypeError: (sources || []).reduce is not a function
eventSources is defined on scope as below
eg: $scope.eventSources = [{"test": 1}]
Any help here would help to proceed further.
Thanks
I have the same problem however I'm using version 1.01. The exact same code works running in localhost on Windows but throws an error when run on LAN with Ubuntu.
Same error here. Still no clues to fix it?
I had the same problem using version 1.0.2.
I fixed it downgrading angular-ui-calendar to version 1.0.1 and fullcalendar to version 2.3.1.
BTW, I am also using:
- angular 1.4.8
- jquery 2.1.4
- moment 2.10.6
Hope it helps!