Skip to content

Commit 1b51231

Browse files
committed
docs(collectionRepeat): Noting that the dimensions must be known ahead of item creation. Closes #1707
1 parent 9f7960c commit 1b51231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/angular/directive/collectionRepeat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
* </div>
8989
* </ion-content>
9090
* ```
91-
* Percentage of total visible list dimensions. This example shows a 3 by 3 matrix that fits on the screen (3 rows and 3 colums)
91+
* Percentage of total visible list dimensions. This example shows a 3 by 3 matrix that fits on the screen (3 rows and 3 colums). Note that dimensions are used in the creation of the element and therefore a measurement of the item cannnot be used as an input dimension.
9292
* ```css
9393
* .my-image-item img {
9494
* height: 33%;

0 commit comments

Comments
 (0)