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.
ng:class remembers the classes present at compile time and resets the target element's classes whenever $eval() is run. Any other classes that have been added or removed since the element was compiled are reset.
ng:class
remembers the classes present at compile time and resets the target element's classes whenever$eval()
is run. Any other classes that have been added or removed since the element was compiled are reset.I have prepared an example showing how this breaks the jQueryUI selectable widget.
http://jsfiddle.net/gronky/XsHqL/
The text was updated successfully, but these errors were encountered: