sweetp/dashboard

View on GitHub
app/scripts/dashboardApp/common/notifications.service.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createBasicNotification has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        createBasicNotification:function (optionsParam, cb) {
            this.withConfig(function (err, config) {
                var options, dismissDelay;
                if (err) {
                    $log.error(err);
Severity: Minor
Found in app/scripts/dashboardApp/common/notifications.service.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status