You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Either update toggleClass to be compatible with jQuery 1.4 and accept a function or note in the angular.element docs that it is not compatible with that method signature.
Running toggleClass with a function at the moment produces
TypeError: selector.split is not a function
due to the assumption that the first argument, if present, is a string.
The text was updated successfully, but these errors were encountered:
Either update
toggleClass
to be compatible with jQuery 1.4 and accept a function or note in the angular.element docs that it is not compatible with that method signature.Running
toggleClass
with a function at the moment producesdue to the assumption that the first argument, if present, is a string.
The text was updated successfully, but these errors were encountered: