How to access a models data from a view in backbone.js?
Answer Posted / Deep Kamal Tiwari
You can access a model's data within its associated view by using `this.model` or `this.model.get('attributeName')`. Remember that `this` refers to the current instance of the view.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers