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.
recently, we have upgraded from 1.2.13 to 1.3.0 beta8 and we see all the ng-class expressions like below failing. we set the css calss based on some conditional value.
This looks like the same issue at #7135 that has a PR at #7140. I am going to close this as a duplicate, but please feel free to reopen if this is in fact a different issue
recently, we have upgraded from 1.2.13 to 1.3.0 beta8 and we see all the ng-class expressions like below failing. we set the css calss based on some conditional value.
ng-class="{'custom-measure' : selectedRange.Id!=item.Id, 'custom-measure active' : selectedRange.Id==item.Id}"
The text was updated successfully, but these errors were encountered: