platanus/angular-restmod

View on GitHub
src/module/api/record-api.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function $save has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $save: function(_patch) {
      return this.$action(function() {
        var url = this.$url('update'), request;

        if(url) {
Severity: Major
Found in src/module/api/record-api.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status