Skip to content

Instantly share code, notes, and snippets.

@Mati365
Created July 11, 2015 11:17
Show Gist options
  • Save Mati365/458f688a067625c0b72d to your computer and use it in GitHub Desktop.
Save Mati365/458f688a067625c0b72d to your computer and use it in GitHub Desktop.
JQuery Bug
// bug: element.bind('click', <any> element.toggleClass.bind(element, scope.className));
element.bind('click', () => {
element.toggleClass(scope.className)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment