This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
jqLite - removeClass cannot accept a function #12851
Closed
Description
Angular documentation redirects to jQuery 1.4, which states that removeClass
should be able to take a function as a parameter. Also they state that if no parameter is provided removeClass
should remove all classes.
This is currently not the case.
I am submitting a pull request to fix this issue.