eHealthAfrica/LMIS-Chrome

View on GitHub
app/scripts/services/notification-service.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getConfirmDialogBox has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  var getConfirmDialogBox = function(title, bodyText, buttonLabels) {
    var confirmDialog = $modal.open({
      templateUrl: 'views/notification-service/confirm-dialog.html',
      backdrop: 'static',
      keyboard: false,
Severity: Minor
Found in app/scripts/services/notification-service.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status