Created
June 20, 2017 19:43
-
-
Save yaplex/2ddf11810e5c0f6e6f5421729bedf93b 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
<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