platanus/angular-restmod

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

Summary

Maintainability
A
1 hr
Test Coverage

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

    $send: function(_options, _success, _error) {

      // make sure a style base was selected for the model
      if(!this.$type.getProperty('style')) {
        $log.warn('No API style base was selected, see the Api Integration FAQ for more information on this warning');
Severity: Minor
Found in src/module/api/common-api.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status