Created
June 20, 2017 19:42
-
-
Save yaplex/fd16f9a8e875dac8c3b74e82a8d50316 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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