2025-08-12 13:33:25 +03:00

7 lines
323 B
JavaScript

angular.module("uib/template/tooltip/tooltip-html-popup.html", []).run(["$templateCache", function ($templateCache) {
$templateCache.put("uib/template/tooltip/tooltip-html-popup.html",
"<div class=\"tooltip-arrow\"></div>\n" +
"<div class=\"tooltip-inner\" ng-bind-html=\"contentExp()\"></div>\n" +
"");
}]);