Skip to content

Instantly share code, notes, and snippets.

@vladimir-e
Created August 30, 2014 12:46
Show Gist options
  • Save vladimir-e/687dae9d66d76bc02400 to your computer and use it in GitHub Desktop.
Save vladimir-e/687dae9d66d76bc02400 to your computer and use it in GitHub Desktop.
Combining Static and Dynamic CSS Class Names in ember handlebars
{{!-- http://codebrief.com/2012/03/eight-ember-dot-js-gotchas-with-workarounds/ --}}
<div {{bindAttr class="myProperty:dynamicClass :staticClass"}}></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment