Merge pull request #27 from teresita-guerrero/issue26

Unused parameters are misleading on projectDetail.controller.js
Fixes #26
This commit is contained in:
Arturo Nunez 2017-02-17 10:28:43 -06:00 committed by GitHub
commit 7ec90bf01e
1 changed files with 2 additions and 2 deletions

View File

@ -67,11 +67,11 @@
$scope.actualProject[key] = $scope.userStory.
tasks_status[key].projects[0]
}
}, function onError(error){
}, function onError(){
$location.path('/projectDetail/notFound/' + $scope.taskId);
}
);
};
}
$scope.selectProject = function(keyProject, idTask){
$scope.actualProject[idTask] = keyProject