UNPKG

angular-ui-bootstrap-4

Version:

Native AngularJS (Angular) directives for Bootstrap

11 lines (10 loc) 445 B
angular.module("uib/template/popover/popover.html", []).run(["$templateCache", function ($templateCache) { $templateCache.put("uib/template/popover/popover.html", "<div class=\"arrow\"></div>\n" + "\n" + "<div class=\"popover-inner\">\n" + " <h3 class=\"popover-title\" ng-bind=\"uibTitle\" ng-if=\"uibTitle\"></h3>\n" + " <div class=\"popover-content\" ng-bind=\"content\"></div>\n" + "</div>\n" + ""); }]);