ui-carousel
ui-carousel copied to clipboard
how insert data variable into scope next prev?
The example below not working:
<carousel-prev>
<button class="carousel-btn">{{item.prev}}</button>
</carousel-prev>
<carousel-next>
<button class="carousel-btn">{{item.next}}</button>
</carousel-next>