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 3ac97f2b3d
commit 631d86f723

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.
*