webcol/Calima

View on GitHub
public_/librerias/angular/js/migrate/namespaceAliases.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  var aliasDirective = function(aliasName, targetDirective, options) {
    options = options || {};
    var beforeLink = options.beforeLink;
    var restrict = options.restrict || 'A';
    module.directive(aliasName, ['$compile', function($compile){
Severity: Minor
Found in public_/librerias/angular/js/migrate/namespaceAliases.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status