mihnsen / ui-carousel

A simple, lightweight module for carousel in your AngularJS app, Inspired from slick carousel.

Home Page:http://mihnsen.github.io/ui-carousel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular JS 1.3.20 doesn't work

michelem09 opened this issue · comments

It seems this module won't work with 1.3.20, I didn't receive any error but the slides property won't get filled. So I always ended up with an empty carousel.
I tried several things also to log from the module but it seems slides array remains always empty.

commented

Same here. In the demo codepen, if one replaces the Angular with this https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.19/angular.min.js
it is not initialized.

I can confirm there is a problem with AngularJS < 1.4
I just update my AngularJS to 1.4.14 and the ui-carousel now works fine.

Thanks but I can't test it anymore. I'm closing it.