diff options
| author | Neylor Ohmaly | 2014-02-06 12:36:07 -0200 | 
|---|---|---|
| committer | Neylor Ohmaly | 2014-02-06 12:36:07 -0200 | 
| commit | 70469eef704a7ad1fdd23fdc3ff37fa3db0e1343 (patch) | |
| tree | 73b86dc249c11ba3f3a97840dbbc2ce968cb51f5 /example | |
| parent | 39b3c016edeaccd315ba899dc413d1eab80d8a85 (diff) | |
| download | nsPopover-70469eef704a7ad1fdd23fdc3ff37fa3db0e1343.tar.bz2 | |
Added classes that allow the customization of the popover based on its position
Diffstat (limited to 'example')
| -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 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>
 | 
