From c64b865f3ddac633da6f19eba5cdd261d2e54d77 Mon Sep 17 00:00:00 2001 From: Matan Bar Yosef Date: Sat, 27 Jun 2015 12:48:11 +0300 Subject: [PATCH] - Fixed reference in thisProject/:projectId --- templates/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' });