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.3k stars 6.74k forks source link

fix for popover-trigger not firing on mouseenter #6675

Closed titocr closed 6 years ago

titocr commented 6 years ago

Hopefully this will help someone on this now-orphaned project...

We realized that popover-trigger="mouseenter" was no longer working. Ultimately the fix is to wrap the attribute inside of single-quotes and then in double-quotes, so it ends up like this: popover-trigger="'mouseenter'"

icfantv commented 6 years ago

Closing this as this project is no longer being maintained, per the README and the ISSUE_TEMPLATE.