eHealthAfrica/direct-delivery-dashboard

View on GitHub
src/app/configurations/allocations/assumptions/assumption-template/assumption-add.service.js

Summary

Maintainability
A
1 hr
Test Coverage

Function openForm has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    this.openForm = function (data, templateType) {
      return $modal.open({
        animation: true,
        templateUrl: 'app/configurations/allocations/assumptions/assumption-template/new-template.html',
        controller: 'AssumptionsTemplateAddCtrl',

    There are no issues that match your filters.

    Category
    Status