I have configured a classNameBindings as follows:
classNameBindings: ["App.controller.value:class1:class2"]
However, I noticed that it is not functioning as expected. No classes are being added. Interestingly, when I eliminate the false value (i.e., :class2), class1 gets added only if App.controller.value evaluates to true. Is this a common problem with Ember or am I making an error in my implementation?