Page 1 of 1

Bootstrap Image Carousel

Posted: Wed Apr 22, 2015 8:31 pm
by Dupdroid

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


Bootstrap Image Carousel

Posted: Thu Apr 23, 2015 6:17 pm
by Serhii Kulibaba

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.


Bootstrap Image Carousel

Posted: Mon Apr 11, 2016 1:46 pm
by Camilo Zambrano

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


Bootstrap Image Carousel

Posted: Tue Apr 12, 2016 7:33 am
by Serhii Kulibaba

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.