angular-ui/ui-calendar

Events are not rendering correctly

Opened this issue · 0 comments

I am using angular-ui-calendar in my application. The first time the events are not rendering correctly when I click next/previous month and back to the current month. Now the events are rendered correctly, then I refreshed the page gives back it to wrong. But before it was working fine, when AngularJs version is 1.2.28. I am facing this issue after update angularjs version to 1.4.8

My bower.json file:
"angular": "1.4.8",
"angular-animate": "1.4.8",
"angular-bootstrap": "1.3.0",
"angular-cookies": "1.4.8",
"angular-resource": "1.4.8",
"angular-sanitize": "1.4.8",
"angular-ui-calendar": "~1.0.1",
"bootstrap": "~3.1.1",
"jquery": "~1.11.0",
"moment": "~2.10.6"

When I use bower install command,
bower cached https://github.com/angular-ui/ui-calendar.git#1.0.2
bower validate 1.0.2 against https://github.com/angular-ui/ui-calendar.git#*
bower install angular-ui-calendar#1.0.2

angular-ui-calendar#1.0.2 client\bower_components\angular-ui-calendar
├── angular#1.4.8
├── fullcalendar#2.7.3
├── jquery#2.1.4
└── moment#2.10.6

Please take a look into it and give some solution to resolve this asap.