We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32cc6cb commit 2e9d7ccCopy full SHA for 2e9d7cc
src/ng/directive/ngRepeat.js
@@ -20,6 +20,8 @@
20
* | `$even` | {@type boolean} | true if the iterator position `$index` is even (otherwise false). |
21
* | `$odd` | {@type boolean} | true if the iterator position `$index` is odd (otherwise false). |
22
*
23
+ * Creating aliases for these properties is possible with {@link api/ng.directive:ngInit `ngInit`}.
24
+ * This may be useful when, for instance, nesting ngRepeats.
25
26
* # Special repeat start and end points
27
* To repeat a series of elements instead of just one parent element, ngRepeat (as well as other ng directives) supports extending
0 commit comments