emberjs / list-view

An incremental rendering list view for Ember.js
MIT License
465 stars 116 forks source link

improve initial render #196

Closed stefanpenner closed 7 years ago

stefanpenner commented 9 years ago

views should ideally be created with the correct context, rather then getting the context post creation (causing a rerender).