| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-25 | Isolate popover directive scopeisolate-popover-scope | Teddy Wing | |
| Previously, if multiple popovers were added, they would all share the same scope. I encountered an issue when trying to add several popovers, each with a "close" link that specifying `ng-click="hidePopover()"`. Since all popovers share scope, the `hidePopover()` function only knows about the last popover it saw. This means that only that last popover can be hidden using `hidePopover()`. This change ensures that all popovers have their own scope, so `hidePopover()` will now operate on the correct instance. Fixes #11. | |||
| 2014-04-22 | Merge pull request #8 from pads/expose-hide-functionHEADmaster | nohros | |
| Expose a hide on click function | |||
| 2014-04-22 | Expose a hide on click function | Ben Paddock | |
| This allows for element-targeted closing of the popover (e.g. via a close button within the popover template). | |||
| 2014-04-21 | Fix readme.md text | Neylor Ohmaly | |
| 2014-04-21 | Merge branch 'master' of https://github.com/nohros/nsPopover | Neylor Ohmaly | |
| 2014-04-21 | Added teh C4 code contract. | Neylor Ohmaly | |
| 2014-04-21 | Merge pull request #7 from pads/hide-on-click-option | nohros | |
| Add hide-on-click option (defaults to true) | |||
| 2014-04-21 | Add hide-on-click option (defaults to true) | Ben Paddock | |
| 2014-03-24 | This fixes issue #30.5.8 | unknown | |
| 2014-02-27 | Keep popover open while triggering element has mouse over it. | Neylor Ohmaly | |
| 2014-02-25 | Update of the documentation to reflect the addition of the ↵0.5.7 | Neylor Ohmaly | |
| ns-popover-timeout option | |||
| 2014-02-25 | Added a new configuration option to allow the specification of the delay ↵0.5.6 | Neylor Ohmaly | |
| used to close the popover. | |||
| 2014-02-10 | Fix error on the right|bottom and left|bottom alignment0.5.5 | Neylor Ohmaly | |
| 2014-02-07 | Changed version in bower.json0.5.4 | Neylor Ohmaly | |
| 2014-02-07 | Fix a bug that causes the popover to be positioned incorrectly. Make the ↵ | Neylor Ohmaly | |
| triangle be positioned in the e=center of the triggering element when the ns-popover-theme is used. | |||
| 2014-02-06 | Make the tooltip theme more beautiful0.5.3 | nohros | |
| 2014-02-06 | Added a new theme that make the popover looks like a tooltip.0.5.2 | nohros | |
| 2014-02-06 | Added classes that allow the customization of the popover based on its position | Neylor Ohmaly | |
| 2014-02-05 | Refactoring of the popover hide method.0.5.1 | Neylor Ohmaly | |
| 2014-02-05 | Updated the bower.json and package.json with new versionv0.4.00.5.0 | Neylor Ohmaly | |
| 2014-02-05 | Fix a bug that causes the popover to not recognize the left|* and right|* ↵ | Neylor Ohmaly | |
| placements | |||
| 2014-02-05 | Added option to define the vertical and horizontal placement of the popover0.3.0 | Neylor Ohmaly | |
| 2014-02-05 | Fix some spelling error on the README.md0.2.00.0.2 | Neylor Ohmaly | |
| 2014-02-05 | Improved the README.md text. | Neylor Ohmaly | |
| 2014-02-05 | Improved the code documentation. | Neylor Ohmaly | |
| 2014-02-04 | Created the basic popover.0.0.1 | Neylor Ohmaly | |
| 2014-02-04 | Initial commit | nohros | |
