diff options
| author | Neylor Ohmaly | 2014-02-07 18:35:40 -0200 |
|---|---|---|
| committer | Neylor Ohmaly | 2014-02-07 18:35:40 -0200 |
| commit | 28251f658bb02cf0425c6cecd10c796717742b59 (patch) | |
| tree | f4cc146ca0f6a115e280af9891cbaf689516b7bf /example/index.html | |
| parent | 64f978cd975e6ecc5cde583fb2a5e86609e624c6 (diff) | |
| download | nsPopover-28251f658bb02cf0425c6cecd10c796717742b59.tar.bz2 | |
Fix a bug that causes the popover to be positioned incorrectly. Make the triangle be positioned in the e=center of the triggering element when the ns-popover-theme is used.
Diffstat (limited to 'example/index.html')
| -rw-r--r-- | example/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/index.html b/example/index.html index 8460374..0cdf570 100644 --- a/example/index.html +++ b/example/index.html @@ -51,7 +51,7 @@ <button ns-popover
ns-popover-template="tooltip"
ns-popover-trigger="click"
- ns-popover-placement="left"
+ ns-popover-placement="bottom|right"
ns-popover-theme="ns-popover-tooltip-theme">
Popover on left
</button>
|
