angular-owl-carousel
angular-owl-carousel copied to clipboard
loop option not working
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
Had the same problem, If you don't mind losing the bind of the slides to the scope - you can use this patch:
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