I have to track down a bug related to work of ng-class (sometimes it adds new value without removing old). So I need a quick reference to see it's current value. Is there any short (or not) way to bind that to the content? I mean something like this:
<div ng-class="something">
{{ngClassValueDisplayedHere}}
</div>
{{something}}? The problem surely doesn't come fromngClass, by the way.ng-classis bound to a$scopevariable then just display the same value. Like{{something}}