-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
The lazyLoad methods of entityspaces.js are amazing.
I'm working on integrating it with Knockout's data-binding, but the way I've implemented it causes the entire data structure to load, cascading from top to bottom. It would be great if there KO supported a way to delay data binding until an element was visible, but short of that, do you have any other ideas?
I put together a JS Fiddle
http://jsfiddle.net/lucasjans/SXHVM/
Reactions are currently unavailable