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.
When the element is rendered at first, it has the classes applied correctly. But after change of the state (condition), the classes from former state are removed (Here 'not-clicked my-btn', but only new classes (here 'clicked') are applied to the element. The 'my-btn' class is lost.
This issue appeared after upgrade from 1.2.15 to 1.2.16.
The text was updated successfully, but these errors were encountered:
Let's have (http://plnkr.co/edit/vTOSSE ):
data-ng-class="{'clicked my-btn': ui.clicked === true, 'not-clicked my-btn': ui.clicked !== true}"
When the element is rendered at first, it has the classes applied correctly. But after change of the state (condition), the classes from former state are removed (Here 'not-clicked my-btn', but only new classes (here 'clicked') are applied to the element. The 'my-btn' class is lost.
This issue appeared after upgrade from 1.2.15 to 1.2.16.
The text was updated successfully, but these errors were encountered: