doc(ngClassEven): make consistent with ngClassOdd

This commit is contained in:
es128 2013-04-16 21:22:49 -03:00 committed by Pete Bacon Darwin
parent fd91d86f0c
commit c4d5631f1a

View file

@ -160,7 +160,7 @@ var ngClassOddDirective = classDirective('Odd', 0);
* @name ng.directive:ngClassEven
*
* @description
* The `ngClassOdd` and `ngClassEven` works exactly as
* The `ngClassOdd` and `ngClassEven` directives work exactly as
* {@link ng.directive:ngClass ngClass}, except it works in
* conjunction with `ngRepeat` and takes affect only on odd (even) rows.
*