Hi,
I am missing out on a possibility to supplement the data argument to RouteController.extend.
In the Kitchen Template code there is a /*DATA_PARAMS*/and a /*DATA_FUNCTION*/ (in controller_client.js) substitution marker, but i didn't find any doc for what goes in there.
So i guess i am saying it would be great to have custom queries which do not generate their own publish/subscribe methods, but delegate to whatever name i supply there. Workaround for now is using template level subscription, but this forces a secondary loading template e.t.c
Hi,
I am missing out on a possibility to supplement the
dataargument toRouteController.extend.In the Kitchen Template code there is a
/*DATA_PARAMS*/and a/*DATA_FUNCTION*/(incontroller_client.js) substitution marker, but i didn't find any doc for what goes in there.So i guess i am saying it would be great to have custom queries which do not generate their own publish/subscribe methods, but delegate to whatever name i supply there. Workaround for now is using template level subscription, but this forces a secondary loading template e.t.c