我正在尝试找到在 ng-class 中为多个表达式标记单个类的语法:
<li class="data-ng-class: {'left': $even, 'first-left': (year==recentActiveYear && $index == 1) 'right': $odd, 'first-right': $index == 1, 'first-recentYear': year==recentActiveYear}" >
当我使用上面的那个时,第一个左类没有得到应用。请,任何人都可以帮助正确的语法。
谢谢。