You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
I had to fork tooltip.js to add a custom entry to triggerMap. It'll be super nice to be able to specify random show/hide mappings (popover-trigger-show and popover-trigger-hide maybe?)
I don't really see this as a common use case, but it would be pretty trivial to add a method to the provider to allow extending/overriding the default trigger mappings. I might throw something together in the next few days (when we get through with PR #369) as I want to expose more of the provider API and add its documentation. I have intentionally left it undocumented for now as it was in a little bit of a flux, but I think we're largely past that.
As for the attribute -trigger-hide, this is a little trickier to implement because $observe orders are a little unpredictable and we need both values to know which one to pick. But adding to the map should be just fine.
joshdmiller
pushed a commit
to joshdmiller/bootstrap
that referenced
this issue
Jun 23, 2013
My use case is detailed here.
I had to fork
tooltip.js
to add a custom entry totriggerMap
. It'll be super nice to be able to specify random show/hide mappings (popover-trigger-show
andpopover-trigger-hide
maybe?)Thoughts, @joshdmiller?
The text was updated successfully, but these errors were encountered: