Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7175d0d

Browse files
committedSep 9, 2015
docs(ngRepeat): make ngInit note a bit clearer
Closes #5623
1 parent 010d9b6 commit 7175d0d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎src/ng/directive/ngRepeat.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121
* | `$even` | {@type boolean} | true if the iterator position `$index` is even (otherwise false). |
2222
* | `$odd` | {@type boolean} | true if the iterator position `$index` is odd (otherwise false). |
2323
*
24-
* Creating aliases for these properties is possible with {@link ng.directive:ngInit `ngInit`}.
25-
* This may be useful when, for instance, nesting ngRepeats.
24+
* <div class="alert alert-info">
25+
* Creating aliases for these properties is possible with {@link ng.directive:ngInit `ngInit`}.
26+
* This may be useful when, for instance, nesting ngRepeats.
27+
* </div>
2628
*
2729
*
2830
* # Iterating over object properties

0 commit comments

Comments
 (0)