uberVU / mozaic

JS Framework for building SPA

Home Page:http://ubervu.github.com/mozaic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move preloading of widget channels from widget_starter to widget

ovidiuch opened this issue · comments

The idea is to encapsulated the waiting for channels to initialize (because of async requires of models and collections) inside the widget. It currently is in the widget starter.

This will also allow us to subscribe to newly created channels all inside a widget's initialize method. This is not currently possible.

This is a ballpark schema of the widget_starter > widget -> datasource flow
2013-01-24 11 57 36