SyntaxFix
Write A Post
Hire A Developer
Questions
you can also try with && for mandatory constion if both condtion are true than work
//div ng-repeat="(k,v) in items" <div ng-if="(k == 'a' && k == 'b')"> <!-- SOME CONTENT --> </div>