-
Notifications
You must be signed in to change notification settings - Fork 0
view
Vladimir Enchev edited this page Mar 18, 2016
·
2 revisions
NodeMVC framework uses Jade template to build his html output.
class UsersController {
//$view module will be injected for you
index($view) {
//this will parse the template file "app/views/index.jade"
return $view.render('index');
}
}