mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
parent
602e226d36
commit
88317a2888
1 changed files with 6 additions and 6 deletions
|
|
@ -215,10 +215,10 @@ var ngClassDirective = classDirective('', true);
|
|||
*
|
||||
* @description
|
||||
* 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.
|
||||
* {@link ng.directive:ngClass ngClass}, except they work in
|
||||
* conjunction with `ngRepeat` and take effect only on odd (even) rows.
|
||||
*
|
||||
* This directive can be applied only within a scope of an
|
||||
* This directive can be applied only within the scope of an
|
||||
* {@link ng.directive:ngRepeat ngRepeat}.
|
||||
*
|
||||
* @element ANY
|
||||
|
|
@ -263,10 +263,10 @@ var ngClassOddDirective = classDirective('Odd', 0);
|
|||
*
|
||||
* @description
|
||||
* 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.
|
||||
* {@link ng.directive:ngClass ngClass}, except they work in
|
||||
* conjunction with `ngRepeat` and take effect only on odd (even) rows.
|
||||
*
|
||||
* This directive can be applied only within a scope of an
|
||||
* This directive can be applied only within the scope of an
|
||||
* {@link ng.directive:ngRepeat ngRepeat}.
|
||||
*
|
||||
* @element ANY
|
||||
|
|
|
|||
Loading…
Reference in a new issue