2025-11-02 14:35:35 +03:00

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" +
"");
}]);