UNPKG

angular-ui-bootstrap-4

Version:

Native AngularJS (Angular) directives for Bootstrap

10 lines (9 loc) 440 B
angular.module("uib/template/alert/alert.html", []).run(["$templateCache", function ($templateCache) { $templateCache.put("uib/template/alert/alert.html", "<button ng-show=\"closeable\" type=\"button\" class=\"close\" ng-click=\"close({$event: $event})\">\n" + " <span aria-hidden=\"true\">&times;</span>\n" + " <span class=\"sr-only\">Close</span>\n" + "</button>\n" + "<div ng-transclude></div>\n" + ""); }]);