eHealthAfrica/direct-delivery-dashboard

View on GitHub
src/app/components/navbar/navbar.directive.js

Summary

Maintainability
A
1 hr
Test Coverage

Function compile has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    compile: function (tElem, tAttrs) {
      var position = tAttrs.floatNav || 'right'
      if (position === 'left') {
        tElem.removeClass('navbar-right').addClass('navbar-left')
      } else {
Severity: Minor
Found in src/app/components/navbar/navbar.directive.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status