aboutsummaryrefslogtreecommitdiffstats
path: root/example/index.html
diff options
context:
space:
mode:
authorNeylor Ohmaly2014-02-06 12:36:07 -0200
committerNeylor Ohmaly2014-02-06 12:36:07 -0200
commit70469eef704a7ad1fdd23fdc3ff37fa3db0e1343 (patch)
tree73b86dc249c11ba3f3a97840dbbc2ce968cb51f5 /example/index.html
parent39b3c016edeaccd315ba899dc413d1eab80d8a85 (diff)
downloadnsPopover-70469eef704a7ad1fdd23fdc3ff37fa3db0e1343.tar.bz2
Added classes that allow the customization of the popover based on its position
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 00a815a..7b46b64 100644
--- a/example/index.html
+++ b/example/index.html
@@ -18,7 +18,7 @@
</script>
<script type="text/ng-template" id="tooltip">
- <div class="right-triangle"></div>
+ <div class="arrow-up"></div>
<div class="tooltip">
Cool! The <b>nsPopover</b> could be used as a tooptip.
</div>