angular/angular.js

View on GitHub
src/ng/directive/ngModelOptions.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createChild has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  createChild: function(options) {
    var inheritAll = false;

    // make a shallow copy
    options = extend({}, options);
Severity: Minor
Found in src/ng/directive/ngModelOptions.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status