Angular2 mouseover or mouseleave causes app's bindings to refresh

user3719889 picture user3719889 · Jul 30, 2016 · Viewed 11.4k times · Source

So I am using angular2 RC4, when I bind these events, all elements bindings on the page is refreshed, This is annoying b/c I have video content that restarts from the beginning. I didnt see this issue anywhere else, so I could be doing something wrong.

So what is up with the mouse events?

Answer