Skip to content

Instantly share code, notes, and snippets.

@colintoh
Last active August 29, 2015 14:12
Show Gist options
  • Save colintoh/10e25c6d01607e6976da to your computer and use it in GitHub Desktop.
Save colintoh/10e25c6d01607e6976da to your computer and use it in GitHub Desktop.
{{!-- Current Method --}}
<div {{bind-attr class=someClass}}> .... </div>
{{!-- HTMLBar Method --}}
<div class={{someClass}}> .... </div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment