I have the component and have a problem setting the css class to it. I want it to always have a class of \"box\", then to have additional classes specified by the directive
You can use simple expression given below
ng-class="{'active' : itemCount, 'activemenu' : showCart}"