ui-calendar icon indicating copy to clipboard operation
ui-calendar copied to clipboard

Issues while upgraded from 1.0.1 to 1.0.2

Open spoddutu opened this issue 9 years ago • 3 comments

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

spoddutu avatar Sep 28 '16 19:09 spoddutu

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.

sefo avatar Oct 06 '16 11:10 sefo

Same error here. Still no clues to fix it?

LeleDev avatar Jan 11 '17 17:01 LeleDev

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!

carlosvicient avatar Mar 06 '17 09:03 carlosvicient