From 71c3577bd90b7fd5ddad1e228814ccaf3521cd55 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 20 May 2014 16:24:10 -0500 Subject: [PATCH] docs(collection-repeat): clarify css requirements --- js/angular/directive/collectionRepeat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/angular/directive/collectionRepeat.js b/js/angular/directive/collectionRepeat.js index 819c949e13..122ea52ab6 100644 --- a/js/angular/directive/collectionRepeat.js +++ b/js/angular/directive/collectionRepeat.js @@ -87,6 +87,7 @@ * * * ``` + * Percentage of total visible list dimensions. This example shows a 3 by 3 matrix fit on the screen (3 rows and 3 colums) * ```css * .my-image-item { * height: 33%;