- Fixed reference in thisProject/:projectId

This commit is contained in:
Matan Bar Yosef 2015-06-27 12:48:11 +03:00
parent 380228947b
commit c64b865f3d

View file

@ -66,7 +66,7 @@ app.config(['$routeProvider', '$locationProvider',
templateUrl: 'templates/views/campuses.html',
controller: 'campusesController'
})
.when('/thisProject', {
.when('/thisProject/:projectId', {
templateUrl: 'templates/views/thisProject.html',
controller: 'thisProjectController'
});