I would like to indicate my action (and "target" and 'on') in {{#view}} instead of as indicated below in the file
{{
contentBinding="this"
classNames="item"
classNameBindings="content.type content.selected:selected"
}}
<div {{action "select"}}>text</div>
{{/view}}
So, the click applies to the entire area of the App.Views.List instance. Is it possible?
source
share