msieurtoph/angular-checkboxes

View on GitHub
angular-checkboxes.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function controller has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        controller: ['$parse', '$attrs', '$scope', function($parse, $attrs, $scope){
            var getter = $parse($attrs.mtTo),
                setter = getter.assign,
                _this = this
            ;
Severity: Minor
Found in angular-checkboxes.js - About 1 hr to fix

    Function pre has 33 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

                pre: function(scope, element, attrs, ctrls){
    
                    var ctrl = ctrls[0],
                        destCtrl = ctrls[1],
                        ngModelCtrl = ctrls[2]
    Severity: Minor
    Found in angular-checkboxes.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status