Skip to content

Instantly share code, notes, and snippets.

@chrisconley
Created June 30, 2011 01:07
Show Gist options
  • Save chrisconley/1055425 to your computer and use it in GitHub Desktop.
Save chrisconley/1055425 to your computer and use it in GitHub Desktop.
...
{{#if "content.isString"}}
<input type="text" name="something" {{bindAttr class="content.required"}}>
{{/if}}
{{#if "content.isSelect"}}
{{#each parentView.content.selectOptions tagName="select" classNameBindings="parentView.parentView.content.required"}}
{{optionName}}
{{/each}}
{{/if}}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment