angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.29k stars 6.73k forks source link

Tooltip content in sub tag #4804

Open rlogiacco opened 8 years ago

rlogiacco commented 8 years ago

Since I want to give access to tooltip manipulation via CMS and WYSIWYG editors, I need the tooltip content to be declared in a tag rather than an attribute so that a WYSIWYG editor can display the tooltip when angular is not active (may be with a different style and other CSS tricks).

The idea is to have the tag hidden via CSS initially, removed from the DOM upon directive cmpilation and used as the tooltip content.

wesleycho commented 8 years ago

Linking #3235 for prior work reference