I have a DIV that has a default state (normal and ng-mouseleave), and a mouse-enter state (ng-mouseenter)
It was working perfectly on chrome, but then I tested on firefox :( ... If you have a SELECT, and the popup goes outside of the element bounds, it triggers the ng-mouseleave in firefox, but in chrome the mouseleave is only triggered when the popup is closed.
I guess this is not specifically an angular issue, but rather how the browser handles events, so my question is more: How can I achieve the chrome behavior for firefox using angular (or whatever)?
Thanks,
Brian