I want to use bootstrap carousel along with angular js to display images in carousel content.
But, when the navigation links clicked, it displays blank page.
Building on what rbanning said, instead of adding the event handler you can just, after replacing the anchor tags with span tags, replace the href attribute with a "data-target" attribute and bootstrap takes care of the rest.