ui-carousel icon indicating copy to clipboard operation
ui-carousel copied to clipboard

how insert data variable into scope next prev?

Open ivanferrer opened this issue 8 years ago • 0 comments

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>

ivanferrer avatar Oct 24 '17 20:10 ivanferrer