Setting active slide on angular-ui-bootstrap carousel
问题 I'm using angular, bootstrap and a plugin called "ui-bootstrap" for angular to make a carousel. I have a list of thumbnails and when clicking one a modal with the images in high definition inside a carousel is displayed, something similar to what you have on Amazon or other websites. I was trying to set the first shown image in the carousel as the one the user clicked. I've been able to get the index of the image using $index as I'm inside an ng-repeat, give it to the modal controller and