6 lines
235 B
JavaScript
6 lines
235 B
JavaScript
angular.module("uib/template/carousel/slide.html", []).run(["$templateCache", function ($templateCache) {
|
|
$templateCache.put("uib/template/carousel/slide.html",
|
|
"<div class=\"text-center\" ng-transclude></div>\n" +
|
|
"");
|
|
}]);
|