ngClassEven (directive in module ng )

Description

The ngClassOdd and ngClassEven works exactly as ngClass, except it works in conjunction with ngRepeat and takes affect only on odd (even) rows.

This directive can be applied only within a scope of an ngRepeat.

Usage

as attribute
<ANY ng-class-even="{expression}">
   ...
</ANY>
as class
<ANY class="ng-class-even: {expression};">
   ...
</ANY>

Parameters

Example

Source







Demo