I want to make a carousel using angular and Bootstrap but it simply doesn\'t work. I can\'t see the carousel at all and I see angular\'s brackett.
In other words, my res
You can see a working sample in plunker link below.
Plunker
You are using the incorrect directives for the angular-ui.
Also, you are not defining the controller properly:
var app = angular.module('app', ['ui.bootstrap']);
app.controller('CarouselDemoCtrl', CarouselDemoCtrl);
UPDATE
Complete working sample, even saved as a html file on your system.
Write your name here
Hi {{name}} Those are your photos: