Files
meteor/packages/ui
David Greenspan 135aefbdee Fix broken newargs semantics
All tests pass (except one which is a todo on shark).

If `{{> foo bar}}` is to desugar into `{{#with bar}}{{> foo}}{{/with}}`, there needs to be an explicit block in the generated code in which `self.lookup("foo")` binds the correct data context (`bar`).  So we now generate a UI.With rather than trying to call it from Spacebars.include.  This simplifies Spacebars.include, which is nice.

Define `lookupTemplate` because `self.lookup(.., {template: true})` pretty-prints bigly.
2014-02-02 12:26:48 -08:00
..
2013-08-26 17:42:34 -07:00
2014-01-27 14:44:19 -08:00
2014-01-09 20:23:35 -08:00
2014-02-02 12:26:48 -08:00
2014-01-08 11:28:38 -08:00