Showing posts with label backbone view. Show all posts
Showing posts with label backbone view. Show all posts

Tuesday, May 8, 2012

Backbone passing value to views

var view = new SentenceView({model: sentence}); var rendered = this.template(this.options.model.toJSON());