Skip to content

Instantly share code, notes, and snippets.

@gmoeck
Created July 29, 2011 15:12
Show Gist options
  • Save gmoeck/1114010 to your computer and use it in GitHub Desktop.
Save gmoeck/1114010 to your computer and use it in GitHub Desktop.
{{#if booleanA}}
{{propertyA}}
{{/if}}
{{#if booleanB}}
{{propertyB}}
{{/if}}
//should be
{{combindedProperty}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment