I have a layer with ng-class, and I need to use user.status with ng-class. and I have another class that I want to bind on the same layer.
<div ng-class="user.status, 'locked':(user.active === '0')"> but whats the correct way of doing this? somehow it does not work.