- Fixed reference in thisProject/:projectId
This commit is contained in:
parent
380228947b
commit
c64b865f3d
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue