diff --git a/js/angular/directive/collectionRepeat.js b/js/angular/directive/collectionRepeat.js index 0d54e91d11..5875206c54 100644 --- a/js/angular/directive/collectionRepeat.js +++ b/js/angular/directive/collectionRepeat.js @@ -68,8 +68,10 @@ * For example: `album in artist.albums` or `album in artist.albums | orderBy:'name'`. * @param {expression=} item-width The width of the repeated element. The expression must return * a number (pixels) or a percentage. Defaults to the width of the first item in the list. + * (previously named collection-item-width) * @param {expression=} item-height The height of the repeated element. The expression must return * a number (pixels) or a percentage. Defaults to the height of the first item in the list. + * (previously named collection-item-height) * @param {number=} item-render-buffer The number of items to load before and after the visible * items in the list. Default 3. Tip: set this higher if you have lots of images to preload, but * don't set it too high or you'll see performance loss.