Merge pull request #27 from teresita-guerrero/issue26
Unused parameters are misleading on projectDetail.controller.js Fixes #26
This commit is contained in:
commit
7ec90bf01e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user