Chad Martinson

Results 7 comments of Chad Martinson

Has anyone resolved this issue yet?

@trombom did you ever find any answers to this?

Do you think that would work in generator -thorax? On May 8, 2014 10:49 PM, "Erik Trom" [email protected] wrote: > @ChadMartinson https://github.com/ChadMartinson - yeah, you have to use > lumbar,...

Just curious. Why aren't you using the template thorax provides? Like this... In your router... index: function () { var view = new ParentView({ child: new BunnyRabbitsListView(), }); RootView.getInstance().setView(view); }...

Same for child collections. On your route you can do something like this... index: function () { var bunnies = new BunnyRabbitsListView(), var view = new ParentView({ child: new BunnyRabbitsListView({...

@eastridge the issue is still there.

Has anyone gotten this resolved?