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 1.6 and ui-carousel doesn't work

evan4 opened this issue · comments

Here is my repo https://github.com/evan4/carousel
There ara 2 version of angular - 1.5.8 and 1.6
By default i use 1.5.8 - It is bower_components/angular/angular.min.js
and carousel works fine
But I try to replace angular 1.5.8 with 1.6 (bower_components/angular/angular.js) all photos disapeared. And I see only arrows.
I have a question. Do I need use angular 1.6 or I have to stick with 1.5.8 ?

It seems we have to migrate angular 1.5 to 1.6 with some changes: https://docs.angularjs.org/guide/migration#migrating-from-1-5-to-1-6