| 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 | 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 | 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 | 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 | 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 | 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 | 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 | Improved the code documentation. | Neylor Ohmaly | |
| 2014-02-04 | Created the basic popover.0.0.1 | Neylor Ohmaly | |
