fossasia/loklak_webclient

View on GitHub
app/js/services/wall.js

Summary

Maintainability
A
1 hr
Test Coverage

Function WallService has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function WallService($q, $http, AppSettings) {
    var service = {};

    service.getData = function (term) {
        var deferred = $q.defer();
Severity: Minor
Found in app/js/services/wall.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status