Skip to content

Instantly share code, notes, and snippets.

@hipertracker
Created July 24, 2014 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hipertracker/a164fdbb17ba33c906d9 to your computer and use it in GitHub Desktop.
Save hipertracker/a164fdbb17ba33c906d9 to your computer and use it in GitHub Desktop.
ember and active class
...
<li class="dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Administration <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li>{{#link-to 'admin/users/other'}}Manage Users{{/link-to}}</li>
<li>{{#link-to 'admin/resources'}}Manage Resources{{/link-to}}</li>
</ul>
</li>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment