Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update(demo): improved description of virtual repeat demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson committed Jun 19, 2015
1 parent a2a06dd commit dd11583
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
<md-content layout="column">
<p>
Display 1000 item in a virtual-list with viewport of only 7 rows (height=40px).
This demo shows scroll and rendering performance gains when using md-virtual-repeater;
achieved with the dynamic reuse of rows visible in the viewport area.
<br/><br/>
This demo shows scroll and rendering performance gains when using <code>md-virtual-repeat</code>;
achieved with the dynamic reuse of rows visible in the viewport area. Developers are required to
explicitly use <code>md-virtual-repeat-container</code> as a wrapping parent container.
</p>

<md-virtual-repeat-container id="vertical-container">
Expand Down

0 comments on commit dd11583

Please sign in to comment.