flatiron/director

Render template on route with client-side Director

Opened this issue · 0 comments

Has anybody that's implementing client-side routing with Director done this?

Similar to Angular.js or Ember, it ties together a route with both a controller & a template. However, Director lets you specify just a JavaScript function.

Do people typically render a template in that JavaScript function for the route? What's the best solution for this, to just render a template with the route?