diff options
| author | Neylor Ohmaly | 2014-02-25 21:21:22 -0300 | 
|---|---|---|
| committer | Neylor Ohmaly | 2014-02-25 21:21:22 -0300 | 
| commit | 96838f8b18885aadf9497e73be20ecc5bef8ca18 (patch) | |
| tree | cdf9874967fc0762117b9ead77c2b5ed990ad8f4 /example/index.html | |
| parent | f62db567d999f50a09947a0d6478a205f60ba03c (diff) | |
| download | nsPopover-96838f8b18885aadf9497e73be20ecc5bef8ca18.tar.bz2 | |
Added a new configuration option to allow the specification of the delay used to close the popover.0.5.6
Diffstat (limited to 'example/index.html')
| -rw-r--r-- | example/index.html | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/example/index.html b/example/index.html index 7afb219..dcf33fd 100644 --- a/example/index.html +++ b/example/index.html @@ -41,7 +41,8 @@      <button ns-popover
              ns-popover-template="menu"
              ns-popover-trigger="click"
 -            ns-popover-theme="ns-popover-list-theme">
 +            ns-popover-theme="ns-popover-list-theme"
 +            ns-popover-timeout="5">
        Click me
      </button>
 | 
