I have a list and I\'d like to set one item as class=\"active\" automatically. Given the following bootstrap code:
If I may suggest another solution that requires nothing but Handlebars:
{{#link-to "path" viewName="innerLink"}}Click{{/link-to}}
This sets the LinkView object as a member of the parent view, which's active attribute you can then reference.
LinkView