Skip to content
Closed
Prev Previous commit
Next Next commit
Update Brainstorm.md
Added ProLoser's snippet
  • Loading branch information
c0bra committed Nov 13, 2013
commit 1369e53cc6cebec9dd96efc5d647c9d2022a1ba4
6 changes: 6 additions & 0 deletions Brainstorm.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@
<div ui-grid-repeat ui-repeat-virtual="d in data">
<!-- auto-generate columns if no content supplied? -->
</div>

<!-- or perhaps this?? (from ProLoser) -->
<ng-repeat="item in $virtualized" ui-virtualize="items">
<!--
ui-virtualize virtualizes a list of items and hands it to the built-in repeater, if the repeater is performant enough
-->
</div>
```