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 has been archived by the owner on Apr 12, 2024. It is now read-only.
when starting with
someElement == [<div class="class1"></div>]
after calling
someElement.toggleClass("class1 class2");
expected:
someElement == [<div class="class2"></div>]
actual:
someElement == [<div class="class1 class2"></div>]
using AngularJS v1.0.8
The text was updated successfully, but these errors were encountered: