Project slug + Update projects sockets structure + Express to angular structure

This commit is contained in:
brunosimon
2016-06-06 21:52:58 +02:00
parent b2c68a7b73
commit e4ccca4fb6
13 changed files with 172 additions and 180 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ 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}}
a(href="/project/{{project.slug}}")
| {{project.name}}
include ../../partials/footer.jade