Update structure + Add projects page

This commit is contained in:
brunosimon
2016-06-05 23:18:50 +02:00
parent c8d111cf5c
commit b2c68a7b73
13 changed files with 289 additions and 166 deletions
+10
View File
@@ -0,0 +1,10 @@
include ../../partials/header.jade
section(ng-controller="ProjectsController as controller")
div(ng-hide="projects")
| No project
div(ng-repeat="project in projects")
a(href="/project/{{project.name}}")
{{project.name}}
include ../../partials/footer.jade