Foxandxss/angular-toastr

View on GitHub
src/directives/progressbar/progressbar.directive.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  function progressBar(toastrConfig) {
    return {
      require: '^toast',
      templateUrl: function() {
        return toastrConfig.templates.progressbar;
Severity: Minor
Found in src/directives/progressbar/progressbar.directive.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status