Since the introduction of HTMLBars in Ember, you've been able set attribute on elements in templates using boolean properties.
Here's the example from their docs located at http://guides.emberjs.com/v1.12.0/templates/binding-element-attributes/
Template:
<input type="checkbox" disabled={{isAdministrator}}>
HTML Output: