raganwald-deprecated / Roweis

Use convention over configuration to host your views and controllers in a "single page browser application"
32 stars 1 forks source link

JS Views #3

Open raganwald opened 13 years ago

raganwald commented 13 years ago

A JS view should just do what it pleases with jQuery. The idea would be to name a view. In that case, templates can actually be an automatically written JS views that delegate to a template.

raganwald commented 13 years ago

view: function (...) { ... } is an inline view.