aboutsummaryrefslogtreecommitdiffstats
path: root/example/index.html
diff options
context:
space:
mode:
authorNeylor Ohmaly2014-02-07 18:35:40 -0200
committerNeylor Ohmaly2014-02-07 18:35:40 -0200
commit28251f658bb02cf0425c6cecd10c796717742b59 (patch)
treef4cc146ca0f6a115e280af9891cbaf689516b7bf /example/index.html
parent64f978cd975e6ecc5cde583fb2a5e86609e624c6 (diff)
downloadnsPopover-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.html2
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>