Skip to content

Instantly share code, notes, and snippets.

@marianoqueirel
Created October 20, 2016 21:00
Show Gist options
  • Save marianoqueirel/49cfd3617acc4a0f09348d7760058344 to your computer and use it in GitHub Desktop.
Save marianoqueirel/49cfd3617acc4a0f09348d7760058344 to your computer and use it in GitHub Desktop.
// ; or not after (mousedOver = true)
$list.bind('mouseover', () => {
scope.$apply(() => { scope.mousedOver = true });
});
$list.bind('mouseover', () => {
scope.$apply(() => { scope.mousedOver = true; });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment