angular.module("uib/template/carousel/carousel.html", []).run(["$templateCache", function ($templateCache) { $templateCache.put("uib/template/carousel/carousel.html", "
\n" + " 1\">\n" + " \n" + " previous\n" + "\n" + " 1\">\n" + " \n" + " next\n" + "\n" + "
    1\">\n" + "
  1. \n" + " slide {{ $index + 1 }} of {{ slides.length }}, currently active\n" + "
  2. \n" + "
\n" + ""); }]);