yalabot / angular-foundation

http://pineconellc.github.io/angular-foundation/
Other
1.05k stars 266 forks source link

Request to add additional classes to tooltip #171

Open xsegrity opened 9 years ago

xsegrity commented 9 years ago

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.

knuhol commented 9 years ago

+1

danieljin commented 8 years ago

+1

BernardoMariano commented 8 years ago

+1 any updates on this?