I am trying to apply a specific class to an li element if 2 conditions are true, so I wrote the following code but it is not seem to be working
ng-class="{current:isActive('/'), loginStatus: false}"
Can someone please tell me what I am doing wrong and how to fix it so that the class is applied only if route is at / and loginstatus is false? Thanks