radify/angular-scaffold

View on GitHub

Showing 2 of 4 total issues

Function ScaffoldClass has 155 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function ScaffoldClass(options) {
        var self = this,
            config = angular.extend({ query: {} }, options),
            paginate = { size: 10, page: 1, strategy: 'paged' },
            total = 0;
Severity: Major
Found in src/angular-scaffold.js - About 6 hrs to fix

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

                refresh: function(options) {
                    options = options || {
                        append: false
                    };
    
    
    Severity: Minor
    Found in src/angular-scaffold.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language