Bare minimum code for AngularJS Carousel

You can check out the bare minimum bootstrap carousel from the latest bootstrap site: http://getbootstrap.com/javascript/#carousel The next step is getting this into a bare minimum AngularJS directive, which as it turns out is really simple. Links Since Bootstrap requires jQuery for the carousel component, you’ll need the latest version of jQuery: https://code.jquery.com/jquery-2.1.4.js. Also add the necessary links … Read more