rosa-abf/rosa-build

View on GitHub
app/assets/javascripts/angularjs/controllers/project_branches_controller.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

$scope.project_resource = ApiProject.resource.get(
{owner: owner_uname, project: project_name},
function(results) {
$scope.project = new Project(results.project);
$scope.getBranches();
app/assets/javascripts/angularjs/controllers/project_tags_controller.js on lines 7..13

There are no issues that match your filters.

Category
Status