APTrust/dart

View on GitHub
ui/controllers/bag_validation_controller.js

Summary

Maintainability
A
1 hr
Test Coverage

Function postRenderCallback has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    postRenderCallback(fnName) {
        let controller = this;
        $('#pathToBag').on('change',function(e){
            let element = document.getElementById('pathToBag');
            if (element && element.files && element.files[0]) {
Severity: Minor
Found in ui/controllers/bag_validation_controller.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status