8000 1.2.5 · angular-ui/bootstrap-bower@7d5d078 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 7d5d078

Browse files
committed
1.2.5
1 parent 2237dad commit 7d5d078

File tree

7 files changed

+193
-115
lines changed

7 files changed

+193
-115
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "MIT",
1212
"ignore": [],
1313
"description": "Native AngularJS (Angular) directives for Bootstrap.",
14-
"version": "1.2.4",
14+
"version": "1.2.5",
1515
"main": ["./ui-bootstrap-tpls.js"],
1616
"dependencies": {
1717
"angular": ">=1.4.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-bootstrap",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Bootstrap widgets for Angular",
55
"main": "index.js",
66
"homepage": "http://angular-ui.github.io/bootstrap/",

ui-bootstrap-csp.css

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,56 @@
4949
[uib-tooltip-popup].tooltip.left-bottom > .tooltip-arrow,
5050
[uib-tooltip-popup].tooltip.right-top > .tooltip-arrow,
5151
[uib-tooltip-popup].tooltip.right-bottom > .tooltip-arrow,
52+
[uib-tooltip-html-popup].tooltip.top-left > .tooltip-arrow,
53+
[uib-tooltip-html-popup].tooltip.top-right > .tooltip-arrow,
54+
[uib-tooltip-html-popup].tooltip.bottom-left > .tooltip-arrow,
55+
[uib-tooltip-html-popup].tooltip.bottom-right > .tooltip-arrow,
56+
[uib-tooltip-html-popup].tooltip.left-top > .tooltip-arrow,
57+
[uib-tooltip-html-popup].tooltip.left-bottom > .tooltip-arrow,
58+
[uib-tooltip-html-popup].tooltip.right-top > .tooltip-arrow,
59+
[uib-tooltip-html-popup].tooltip.right-bottom > .tooltip-arrow,
60+
[uib-tooltip-template-popup].tooltip.top-left > .tooltip-arrow,
61+
[uib-tooltip-template-popup].tooltip.top-right > .tooltip-arrow,
62+
[uib-tooltip-template-popup].tooltip.bottom-left > .tooltip-arrow,
63+
[uib-tooltip-template-popup].tooltip.bottom-right > .tooltip-arrow,
64+
[uib-tooltip-template-popup].tooltip.left-top > .tooltip-arrow,
65+
[uib-tooltip-template-popup].tooltip.left-bottom > .tooltip-arrow,
66+
[uib-tooltip-template-popup].tooltip.right-top > .tooltip-arrow,
67+
[uib-tooltip-template-popup].tooltip.right-bottom > .tooltip-arrow,
5268
[uib-popover-popup].popover.top-left > .arrow,
5369
[uib-popover-popup].popover.top-right > .arrow,
5470
[uib-popover-popup].popover.bottom-left > .arrow,
5571
[uib-popover-popup].popover.bottom-right > .arrow,
5672
[uib-popover-popup].popover.left-top > .arrow,
5773
[uib-popover-popup].popover.left-bottom > .arrow,
5874
[uib-popover-popup].popover.right-top > .arrow,
59-
[uib-popover-popup].popover.right-bottom > .arrow {
75+
[uib-popover-popup].popover.right-bottom > .arrow,
76+
[uib-popover-html-popup].popover.top-left > .arrow,
77+
[uib-popover-html-popup].popover.top-right > .arrow,
78+
[uib-popover-html-popup].popover.bottom-left > .arrow,
79+
[uib-popover-html-popup].popover.bottom-right > .arrow,
80+
[uib-popover-html-popup].popover.left-top > .arrow,
81+
[uib-popover-html-popup].popover.left-bottom > .arrow,
82+
[uib-popover-html-popup].popover.right-top > .arrow,
83+
[uib-popover-html-popup].popover.right-bottom > .arrow,
84+
[uib-popover-template-popup].popover.top-left > .arrow,
85+
[uib-popover-template-popup].popover.top-right > .arrow,
86+
[uib-popover-template-popup].popover.bottom-left > .arrow,
87+
[uib-popover-template-popup].popover.bottom-right > .arrow,
88+
[uib-popover-template-popup].popover.left-top > .arrow,
89+
[uib-popover-template-popup].popover.left-bottom > .arrow,
90+
[uib-popover-template-popup].popover.right-top > .arrow,
91+
[uib-popover-template-popup].popover.right-bottom > .arrow {
6092
top: auto;
6193
bottom: auto;
6294
left: auto;
6395
right: auto;
6496
margin: 0;
6597
}
6698

67-
[uib-popover-popup].popover, [uib-popover-template-popup].popover {
99+
[uib-popover-popup].popover,
100+
[uib-popover-html-popup].popover,
101+
[uib-popover-template-popup].popover {
68102
display: block !important;
69103
}
70104

ui-bootstrap-tpls.js

Lines changed: 73 additions & 51 deletions
Large diffs are not rendered by default.

ui-bootstrap-tpls.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui-bootstrap.js

Lines changed: 72 additions & 50 deletions
Large diffs are not rendered by default.

ui-bootstrap.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0