myems-admin/app/controllers/settings/costcenter/costfile.controller.js

Summary

Maintainability
A
1 hr
Test Coverage

Function deleteCostFile has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $scope.deleteCostFile = function (costfile) {
        SweetAlert.swal({
                title: $translate.instant("SWEET.TITLE"),
                text: $translate.instant("SWEET.TEXT"),
                type: "warning",

    There are no issues that match your filters.

    Category
    Status