UNPKG

angular-ui-bootstrap

Version:

Native AngularJS (Angular) directives for Bootstrap

9 lines (8 loc) 426 B
angular.module("uib/template/tooltip/tooltip-template-popup.html", []).run(["$templateCache", function ($templateCache) { $templateCache.put("uib/template/tooltip/tooltip-template-popup.html", "<div class=\"tooltip-arrow\"></div>\n" + "<div class=\"tooltip-inner\"\n" + " uib-tooltip-template-transclude=\"contentExp()\"\n" + " tooltip-template-transclude-scope=\"originScope()\"></div>\n" + ""); }]);