We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
res.view.model
res.view.{{anything}}
res.private
res.view.public
CS.public
res.view([view], {key:value, model:{key:value}}, {public});
res.view({ foo: "bar", model: { sean: "clark" }});
The text was updated successfully, but these errors were encountered:
rosshadden
No branches or pull requests
res.view.model
should be the main data the view needsres.view.{{anything}}
should be any extra data the view needsres.private
should contain all keys on res.viewres.view.public
should be any data you want to be available toCS.public
res.view([view], {key:value, model:{key:value}}, {public});
res.view({ foo: "bar", model: { sean: "clark" }});
res.view.model
that existed in that res/req chainThe text was updated successfully, but these errors were encountered: