Skip to content

Instantly share code, notes, and snippets.

@yaplex
Created June 20, 2017 19:43
Show Gist options
  • Save yaplex/2ddf11810e5c0f6e6f5421729bedf93b to your computer and use it in GitHub Desktop.
Save yaplex/2ddf11810e5c0f6e6f5421729bedf93b to your computer and use it in GitHub Desktop.
<ul class="nav nav-stacked" data-ng-controller="ProjectListController" >
<li data-ng-repeat="project in projects" data-active-link="">
<a href="#/project/{{project.id}}">{{project.title}}</a>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment