Closed Maximaximum closed 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).
ng-model
As for now, I haven't found a way to achieve this.
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.
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.