diff options
| author | es128 | 2013-04-16 21:22:49 -0300 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-04-17 14:51:41 +0100 |
| commit | c4d5631f1a3d66340f82a0cd6a50d53057110c1a (patch) | |
| tree | 16d16a4cec48109d610349189b83b608094fc044 /src/ng/directive/ngClass.js | |
| parent | fd91d86f0c10e875912d14469892ac673b6d5165 (diff) | |
| download | angular.js-c4d5631f1a3d66340f82a0cd6a50d53057110c1a.tar.bz2 | |
doc(ngClassEven): make consistent with ngClassOdd
Diffstat (limited to 'src/ng/directive/ngClass.js')
| -rw-r--r-- | src/ng/directive/ngClass.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/ngClass.js b/src/ng/directive/ngClass.js index 09efe0c8..435907af 100644 --- a/src/ng/directive/ngClass.js +++ b/src/ng/directive/ngClass.js @@ -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. * |
