Skip to content

Instantly share code, notes, and snippets.

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