angular-owl-carousel icon indicating copy to clipboard operation
angular-owl-carousel copied to clipboard

loop option not working

Open flaborda opened this issue 8 years ago • 2 comments

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

flaborda avatar Apr 04 '16 12:04 flaborda

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

idoadiv avatar Apr 18 '16 01:04 idoadiv

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

jksenthilraja avatar Dec 10 '16 11:12 jksenthilraja