Skip to content
New issue

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

allow templates to be passed through with <template client></template> #7

Merged
merged 1 commit into from
Jul 6, 2014

Conversation

phpnode
Copy link
Member

@phpnode phpnode commented Jul 6, 2014

templates which have a client attribute will be passed through to the client intact and their contents will not be processed.

This will be processed: {{name}}
<template bind="{{foo}}" client>
  This will not be processed: {{name}}
  <template>
  This is a nested template, which will not be processed either.
  </template>
</template>

samsonradu added a commit that referenced this pull request Jul 6, 2014
allow templates to be passed through with <template client></template>
@samsonradu samsonradu merged commit e91ef1e into master Jul 6, 2014
@phpnode phpnode deleted the client-side-templates branch July 6, 2014 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants