- 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',
|
templateUrl: 'templates/views/campuses.html',
|
||||||
controller: 'campusesController'
|
controller: 'campusesController'
|
||||||
})
|
})
|
||||||
.when('/thisProject', {
|
.when('/thisProject/:projectId', {
|
||||||
templateUrl: 'templates/views/thisProject.html',
|
templateUrl: 'templates/views/thisProject.html',
|
||||||
controller: 'thisProjectController'
|
controller: 'thisProjectController'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue