Dupdroid
Posts: 0
Joined: Sat Mar 30, 2013 9:07 pm

Bootstrap Image Carousel

How would I go about adding an image carousel to my Bootstrap app?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Bootstrap Image Carousel

Hello,

Please use carousel from https://angular-ui.github.io/bootstrap/. You should add html into HTML-component on the app page. Also add JS to custom Javascript file.

Camilo Zambrano
Posts: 0
Joined: Sun Mar 13, 2016 10:58 pm

Bootstrap Image Carousel

Hello how I do I link the HTML component with the Js, and always to the $scope to change the pictures?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Bootstrap Image Carousel

All page components have access to page's scope by default. You can use all it's variables in the HTML components without any addition actions.

Return to “Issues”