Bootstrap Image Carousel
How would I go about adding an image carousel to my Bootstrap app?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How would I go about adding an image carousel to my Bootstrap app?
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.
Hello how I do I link the HTML component with the Js, and always to the $scope to change the pictures?
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.