Using the already-overused to-do app example, let\'s say I want an element with a \"todo\" class (static) and an \"is-done\" class (dynamic):
In Ember master, a change was committed today to allow static classes to be specified within bindAttr
by prepending a colon.
https://github.com/emberjs/ember.js/commit/ce385e3294be019215c555511c7f393aebc02e41
This may change before the next release, of course, but this is a problem that the Ember core team wants to solve.