Skip to content Skip to sidebar Skip to footer

Emberjs How To Bind-attr An Id

I want to use ember properties to toggle the visibility of a div by calling it's dynamic id, however even though I can do something similar by calling classes, I cannot do the same

Solution 1:

Binding to classes is a special case in Ember as described in here Binding the other attributes to properties is described here


Post a Comment for "Emberjs How To Bind-attr An Id"