The native foundation tooltip allows for round and radius classes to be added to the tooltip for a higher degree of customization of the look of the tooltip. It would be great if we had the ability to do this. It would be even better if we had the ability to add any custom class to the tooltip element (e.g. tooltip-class="custom-class"). This would be similar to the "windowClass" property on the $modal service where you can add custom classes except it would be an attribute on the tooltip trigger element.
I have have a couple of different tooltip styles that I use in my app depending on the context. As it is I will have to create a custom directive to handle this because I have no way to grab onto the generated tooltip.
The native foundation tooltip allows for round and radius classes to be added to the tooltip for a higher degree of customization of the look of the tooltip. It would be great if we had the ability to do this. It would be even better if we had the ability to add any custom class to the tooltip element (e.g. tooltip-class="custom-class"). This would be similar to the "windowClass" property on the $modal service where you can add custom classes except it would be an attribute on the tooltip trigger element.
I have have a couple of different tooltip styles that I use in my app depending on the context. As it is I will have to create a custom directive to handle this because I have no way to grab onto the generated tooltip.