I'm new to this AngularJS thing, and I want to create a carousel with Angular UI Bootstrap. Is it possible to go to a specific slide by clicking an button?
http://plnkr.co/edit/X0Mr1sPUr5Je0tfkzgjy
Many thanks!
I'm new to this AngularJS thing, and I want to create a carousel with Angular UI Bootstrap. Is it possible to go to a specific slide by clicking an button?
http://plnkr.co/edit/X0Mr1sPUr5Je0tfkzgjy
Many thanks!
Sure. Each slide can have a bindable active property. You can use it to mark any slide as active. Here is an example in a plunk: http://plnkr.co/edit/hvfaMFz4q1AlbOpuOwFv?p=preview