Chris Mathias

Results 2 issues of Chris Mathias

The view sample presented isn't working for me. here's my test: var User = Backbone.Model.extend(); var HelloView = Backbone.HandlebarsView.extend({ template: 'Hello {{name}}' }) var AppView = Backbone.HandlebarsView.extend({ template: 'Hello{{view "HelloView"...

Hi. Assuming we can work out the other issue I reported, I intend to use this on a fairly sizeable project. I like how it works better than the others...