mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-23 09:50:24 +00:00
doc(ngClassEven): make consistent with ngClassOdd
This commit is contained in:
parent
fd91d86f0c
commit
c4d5631f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue