jonahbron / angular-owl-carousel

**ARCHIVED**: This library is for AngularJS. Neither that framework nor this library should be used at this point in time.
43 stars 36 forks source link

loop option not working #11

Open flaborda opened 8 years ago

flaborda commented 8 years ago

When I set the loop option to true, the html ends up looking like this:

<div class="item {{ item }} ng-scope">
...
</div>

where {{ item }} is not replaced

idoadiv commented 8 years ago

Had the same problem, If you don't mind losing the bind of the slides to the scope - you can use this patch:

a.txt

jksenthilraja commented 7 years ago

Guys,

go through this url run with change to $scope.items1 json to images path it's working for circular images. http://plnkr.co/edit/N2sMLVUC5MJ6ComTRf8D?p=preview