devmark / angular-slick-carousel

Angular directive for slick-carousel
http://devmark.github.io/angular-slick-carousel/
MIT License
353 stars 125 forks source link

Support for selecting an item #140

Closed Maximaximum closed 6 years ago

Maximaximum commented 6 years ago

For my use case, I need to let user select an item in the carousel. Ideally, the carousel should make user of ng-model and set the value upon selecting an item (clicking on it).

As for now, I haven't found a way to achieve this.

Maximaximum commented 6 years ago

Okay, I'm sorry I was mistaken. It's pretty easy to implement manually. It's up to the consumer to attach ng-click handlers on items.