diff --git a/templates/js/app.js b/templates/js/app.js index bb9af14..d9b650a 100644 --- a/templates/js/app.js +++ b/templates/js/app.js @@ -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' });